Color Hex Logo

#dee2cb Color Hex

#DEE2CB
(222,226,203)
0 Favorites   0 Comments

Color spaces of #dee2cb

RGB 222226203
HSL0.200.280.84
HSV70°10°89°
CMYK 0.020.000.10   0.11
XYZ68.100074.234167.2393
Yxy74.23410.32490.3542
Hunter Lab86.1592-9.692714.0411
CIE-Lab89.0330-5.317910.7771

#dee2cb color RGB value is (222,226,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 11001011
Octal 336 342 313
Decimal 222 226 203
Hex DE E2 CB

RGB Percentages of Color #dee2cb

%34.10
%34.72
%31.18

CMYK Percentages of Color #dee2cb

%2
%0
%10
%11

Triadic Colors of #dee2cb

#dee2cb #cbdee2 #e2cbde

Analogous Colors of #dee2cb

#dee2cb #d3e2cb #e2dbcb

Monochromatic Colors of #dee2cb

#dee2cb

Complementary Color

#dee2cb #cfcbe2

#dee2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee2cb Color CSS Codes

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

#dee2cb Text Font Color

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

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


#dee2cb Background Color

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

This div background color is #dee2cb


#dee2cb Border Color

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

This div border color is #dee2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee2cb


Comments

No comments written yet.

Please login to write comment.