Color Hex Logo

#dde5cb Color Hex

#DDE5CB
(221,229,203)
0 Favorites   0 Comments

Color spaces of #dde5cb

RGB 221229203
HSL0.220.330.85
HSV78°11°90°
CMYK 0.030.000.11   0.10
XYZ68.617675.722667.4993
Yxy75.72260.32390.3575
Hunter Lab87.0187-11.528714.9226
CIE-Lab89.7304-7.193211.7603

#dde5cb color RGB value is (221,229,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 11001011
Octal 335 345 313
Decimal 221 229 203
Hex DD E5 CB

RGB Percentages of Color #dde5cb

%33.84
%35.07
%31.09

CMYK Percentages of Color #dde5cb

%3
%0
%11
%10

Triadic Colors of #dde5cb

#dde5cb #cbdde5 #e5cbdd

Analogous Colors of #dde5cb

#dde5cb #d0e5cb #e5e0cb

Monochromatic Colors of #dde5cb

#dde5cb

Complementary Color

#dde5cb #d3cbe5

#dde5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde5cb Color CSS Codes

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

#dde5cb Text Font Color

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

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


#dde5cb Background Color

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

This div background color is #dde5cb


#dde5cb Border Color

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

This div border color is #dde5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde5cb


Comments

No comments written yet.

Please login to write comment.