Color Hex Logo

#dee3cc Color Hex

#DEE3CC
(222,227,204)
0 Favorites   0 Comments

Color spaces of #dee3cc

RGB 222227204
HSL0.200.290.85
HSV73°10°89°
CMYK 0.020.000.10   0.11
XYZ68.492474.827467.9599
Yxy74.82740.32420.3542
Hunter Lab86.5028-10.044813.9715
CIE-Lab89.3121-5.663110.6520

#dee3cc color RGB value is (222,227,204).

#dee3cc hex color red value is 222, green value is 227 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dee3cc hue: 0.20 , saturation: 0.29 and the lightness value of dee3cc is 0.85.

The process color (four color CMYK) of #dee3cc color hex is 0.02, 0.00, 0.10, 0.11. Web safe color of #dee3cc is #cccccc. Color #dee3cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 11001100
Octal 336 343 314
Decimal 222 227 204
Hex DE E3 CC

RGB Percentages of Color #dee3cc

%34.00
%34.76
%31.24

CMYK Percentages of Color #dee3cc

%2
%0
%10
%11

Triadic Colors of #dee3cc

#dee3cc #ccdee3 #e3ccde

Analogous Colors of #dee3cc

#dee3cc #d3e3cc #e3ddcc

Monochromatic Colors of #dee3cc

#dee3cc

Complementary Color

#dee3cc #d1cce3

#dee3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee3cc Color CSS Codes

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

#dee3cc Text Font Color

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

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


#dee3cc Background Color

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

This div background color is #dee3cc


#dee3cc Border Color

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

This div border color is #dee3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee3cc


Comments

No comments written yet.

Please login to write comment.