color codes Logo

#dbbedc color codes

#DBBEDC
(219,190,220)
0 Favorites   0 Comments

Color spaces of #dbbedc

RGB 219190220
HSL0.830.300.80
HSV298°14°86°
CMYK 0.000.140.00   0.14
XYZ60.545157.054375.5317
Yxy57.05430.31350.2954
Hunter Lab75.534310.8930-6.4140
CIE-Lab80.210115.5142-11.1666

#dbbedc color RGB value is (219,190,220).

#dbbedc hex color red value is 219, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbbedc hue: 0.83 , saturation: 0.30 and the lightness value of dbbedc is 0.80.

The process color (four color CMYK) of #dbbedc color code is 0.00, 0.14, 0.00, 0.14. Web safe color of #dbbedc is #cccccc. Color #dbbedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11011100
Octal 333 276 334
Decimal 219 190 220
Hex DB BE DC

RGB Percentages of Color #dbbedc

%34.82
%30.21
%34.98

CMYK Percentages of Color #dbbedc

%0
%14
%0
%14

Triadic Colors of #dbbedc

#dbbedc #dcdbbe #bedcdb

Analogous Colors of #dbbedc

#dbbedc #dcbece #ccbedc

Monochromatic Colors of #dbbedc

#dbbedc

Complementary Color

#dbbedc #bfdcbe

#dbbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbedc Color CSS Codes

.mybgcolor {background-color:#dbbedc; } 
.myforecolor {color:#dbbedc; }
.mybordercolor {border:3px solid #dbbedc; }

#dbbedc Text Font Color

<p style="color:#dbbedc">Text here</p>

This sample text font color is #dbbedc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbbedc Background Color

<div style="background-color:#dbbedc">
Div content here</div>

This div background color is #dbbedc


#dbbedc Border Color

<div style="border:3px solid #dbbedc">
Div here</div>

This div border color is #dbbedc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,190,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbedc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbedc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbedc;
  box-shadow:         1px 1px 3px 2px #dbbedc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,190,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbbedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbedc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbedc;
  box-shadow:         1px 1px 3px 2px #dbbedc;">
Div content here</div>

This div box has shadow with color #dbbedc


Comments

No comments written yet.

Please login to write comment.