Color Hex Logo

#dee7cb Color Hex

#DEE7CB
(222,231,203)
0 Favorites   0 Comments

Color spaces of #dee7cb

RGB 222231203
HSL0.220.370.85
HSV79°12°91°
CMYK 0.040.000.12   0.09
XYZ69.479676.993267.6991
Yxy76.99320.32440.3595
Hunter Lab87.7458-12.213715.6776
CIE-Lab90.3185-7.857712.6061

#dee7cb color RGB value is (222,231,203).

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

The process color (four color CMYK) of #dee7cb color hex is 0.04, 0.00, 0.12, 0.09. Web safe color of #dee7cb is #ccffcc. Color #dee7cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100111 11001011
Octal 336 347 313
Decimal 222 231 203
Hex DE E7 CB

RGB Percentages of Color #dee7cb

%33.84
%35.21
%30.95

CMYK Percentages of Color #dee7cb

%4
%0
%12
%9

Triadic Colors of #dee7cb

#dee7cb #cbdee7 #e7cbde

Analogous Colors of #dee7cb

#dee7cb #d0e7cb #e7e2cb

Monochromatic Colors of #dee7cb

#dee7cb

Complementary Color

#dee7cb #d4cbe7

#dee7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee7cb Color CSS Codes

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

#dee7cb Text Font Color

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

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


#dee7cb Background Color

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

This div background color is #dee7cb


#dee7cb Border Color

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

This div border color is #dee7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee7cb


Comments

No comments written yet.

Please login to write comment.