Color Hex Logo

#dcdeec Color Hex

#DCDEEC
(220,222,236)
0 Favorites   0 Comments

Color spaces of #dcdeec

RGB 220222236
HSL0.650.300.89
HSV233°93°
CMYK 0.070.060.00   0.07
XYZ70.776873.514389.8162
Yxy73.51430.30230.3140
Hunter Lab85.7405-2.6982-2.0900
CIE-Lab88.69241.9370-7.0650

#dcdeec color RGB value is (220,222,236).

#dcdeec hex color red value is 220, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcdeec hue: 0.65 , saturation: 0.30 and the lightness value of dcdeec is 0.89.

The process color (four color CMYK) of #dcdeec color hex is 0.07, 0.06, 0.00, 0.07. Web safe color of #dcdeec is #ccccff. Color #dcdeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11101100
Octal 334 336 354
Decimal 220 222 236
Hex DC DE EC

RGB Percentages of Color #dcdeec

%32.45
%32.74
%34.81

CMYK Percentages of Color #dcdeec

%7
%6
%0
%7

Triadic Colors of #dcdeec

#dcdeec #ecdcde #deecdc

Analogous Colors of #dcdeec

#dcdeec #e2dcec #dce6ec

Monochromatic Colors of #dcdeec

#dcdeec

Complementary Color

#dcdeec #eceadc

#dcdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdeec Color CSS Codes

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

#dcdeec Text Font Color

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

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


#dcdeec Background Color

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

This div background color is #dcdeec


#dcdeec Border Color

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

This div border color is #dcdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdeec

#dcdeec Color Palettes


Comments

No comments written yet.

Please login to write comment.