Color Hex Logo

#dee6cc Color Hex

#DEE6CC
(222,230,204)
0 Favorites   0 Comments

Color spaces of #dee6cc

RGB 222230204
HSL0.220.340.85
HSV78°11°90°
CMYK 0.030.000.11   0.10
XYZ69.320176.482968.2358
Yxy76.48290.32390.3573
Hunter Lab87.4545-11.558814.9575
CIE-Lab90.0831-7.187911.7503

#dee6cc color RGB value is (222,230,204).

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

The process color (four color CMYK) of #dee6cc color hex is 0.03, 0.00, 0.11, 0.10. Web safe color of #dee6cc is #ccffcc. Color #dee6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 11001100
Octal 336 346 314
Decimal 222 230 204
Hex DE E6 CC

RGB Percentages of Color #dee6cc

%33.84
%35.06
%31.10

CMYK Percentages of Color #dee6cc

%3
%0
%11
%10

Triadic Colors of #dee6cc

#dee6cc #ccdee6 #e6ccde

Analogous Colors of #dee6cc

#dee6cc #d1e6cc #e6e1cc

Monochromatic Colors of #dee6cc

#dee6cc

Complementary Color

#dee6cc #d4cce6

#dee6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee6cc Color CSS Codes

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

#dee6cc Text Font Color

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

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


#dee6cc Background Color

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

This div background color is #dee6cc


#dee6cc Border Color

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

This div border color is #dee6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee6cc

#dee6cc Color Palettes


Comments

No comments written yet.

Please login to write comment.