Color Hex Logo

#dbcedc Color Hex

#DBCEDC
(219,206,220)
0 Favorites   0 Comments

Color spaces of #dbcedc

RGB 219206220
HSL0.820.170.84
HSV296°86°
CMYK 0.000.060.00   0.14
XYZ64.203064.370076.7509
Yxy64.37000.31270.3135
Hunter Lab80.23092.4365-0.5567
CIE-Lab84.15806.9924-5.3074

#dbcedc color RGB value is (219,206,220).

#dbcedc hex color red value is 219, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbcedc hue: 0.82 , saturation: 0.17 and the lightness value of dbcedc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11011100
Octal 333 316 334
Decimal 219 206 220
Hex DB CE DC

RGB Percentages of Color #dbcedc

%33.95
%31.94
%34.11

CMYK Percentages of Color #dbcedc

%0
%6
%0
%14

Triadic Colors of #dbcedc

#dbcedc #dcdbce #cedcdb

Analogous Colors of #dbcedc

#dbcedc #dcced6 #d4cedc

Monochromatic Colors of #dbcedc

#dbcedc

Complementary Color

#dbcedc #cfdcce

#dbcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcedc Color CSS Codes

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

#dbcedc Text Font Color

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

This sample text font color is #dbcedc
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.


#dbcedc Background Color

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

This div background color is #dbcedc


#dbcedc Border Color

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

This div border color is #dbcedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,206,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 #dbcedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcedc


Comments

No comments written yet.

Please login to write comment.