Color Hex Logo

#dee1cc Color Hex

#DEE1CC
(222,225,204)
0 Favorites   0 Comments

Color spaces of #dee1cc

RGB 222225204
HSL0.190.260.84
HSV69°88°
CMYK 0.010.000.09   0.12
XYZ67.948573.739767.7786
Yxy73.73970.32440.3520
Hunter Lab85.8718-9.032513.3127
CIE-Lab88.7993-4.64269.9201

#dee1cc color RGB value is (222,225,204).

#dee1cc hex color red value is 222, green value is 225 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dee1cc hue: 0.19 , saturation: 0.26 and the lightness value of dee1cc is 0.84.

The process color (four color CMYK) of #dee1cc color hex is 0.01, 0.00, 0.09, 0.12. Web safe color of #dee1cc is #cccccc. Color #dee1cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 11001100
Octal 336 341 314
Decimal 222 225 204
Hex DE E1 CC

RGB Percentages of Color #dee1cc

%34.10
%34.56
%31.34

CMYK Percentages of Color #dee1cc

%1
%0
%9
%12

Triadic Colors of #dee1cc

#dee1cc #ccdee1 #e1ccde

Analogous Colors of #dee1cc

#dee1cc #d4e1cc #e1dacc

Monochromatic Colors of #dee1cc

#dee1cc

Complementary Color

#dee1cc #cfcce1

#dee1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee1cc Color CSS Codes

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

#dee1cc Text Font Color

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

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


#dee1cc Background Color

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

This div background color is #dee1cc


#dee1cc Border Color

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

This div border color is #dee1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee1cc


Comments

No comments written yet.

Please login to write comment.