Color Hex Logo

#dee4cb Color Hex

#DEE4CB
(222,228,203)
0 Favorites   0 Comments

Color spaces of #dee4cb

RGB 222228203
HSL0.210.320.85
HSV74°11°89°
CMYK 0.030.000.11   0.11
XYZ68.647175.328267.4216
Yxy75.32820.32470.3563
Hunter Lab86.7918-10.702914.6966
CIE-Lab89.5465-6.336311.5087

#dee4cb color RGB value is (222,228,203).

#dee4cb hex color red value is 222, green value is 228 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dee4cb hue: 0.21 , saturation: 0.32 and the lightness value of dee4cb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 11001011
Octal 336 344 313
Decimal 222 228 203
Hex DE E4 CB

RGB Percentages of Color #dee4cb

%34.00
%34.92
%31.09

CMYK Percentages of Color #dee4cb

%3
%0
%11
%11

Triadic Colors of #dee4cb

#dee4cb #cbdee4 #e4cbde

Analogous Colors of #dee4cb

#dee4cb #d2e4cb #e4decb

Monochromatic Colors of #dee4cb

#dee4cb

Complementary Color

#dee4cb #d1cbe4

#dee4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee4cb Color CSS Codes

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

#dee4cb Text Font Color

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

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


#dee4cb Background Color

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

This div background color is #dee4cb


#dee4cb Border Color

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

This div border color is #dee4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee4cb


Comments

No comments written yet.

Please login to write comment.