Color Hex Logo

#dee2cd Color Hex

#DEE2CD
(222,226,205)
0 Favorites   0 Comments

Color spaces of #dee2cd

RGB 222226205
HSL0.200.270.85
HSV71°89°
CMYK 0.020.000.09   0.11
XYZ68.340074.330168.5028
Yxy74.33010.32360.3520
Hunter Lab86.2149-9.384413.2411
CIE-Lab89.0783-4.98809.7950

#dee2cd color RGB value is (222,226,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 11001101
Octal 336 342 315
Decimal 222 226 205
Hex DE E2 CD

RGB Percentages of Color #dee2cd

%34.00
%34.61
%31.39

CMYK Percentages of Color #dee2cd

%2
%0
%9
%11

Triadic Colors of #dee2cd

#dee2cd #cddee2 #e2cdde

Analogous Colors of #dee2cd

#dee2cd #d4e2cd #e2dccd

Monochromatic Colors of #dee2cd

#dee2cd

Complementary Color

#dee2cd #d1cde2

#dee2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee2cd Color CSS Codes

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

#dee2cd Text Font Color

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

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


#dee2cd Background Color

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

This div background color is #dee2cd


#dee2cd Border Color

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

This div border color is #dee2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee2cd


Comments

No comments written yet.

Please login to write comment.