Color Hex Logo

#dde5cf Color Hex

#DDE5CF
(221,229,207)
0 Favorites   0 Comments

Color spaces of #dde5cf

RGB 221229207
HSL0.230.300.85
HSV82°10°90°
CMYK 0.030.000.10   0.10
XYZ69.100675.915870.0427
Yxy75.91580.32130.3530
Hunter Lab87.1297-10.912613.3281
CIE-Lab89.8202-6.53059.7996

#dde5cf color RGB value is (221,229,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 11001111
Octal 335 345 317
Decimal 221 229 207
Hex DD E5 CF

RGB Percentages of Color #dde5cf

%33.64
%34.86
%31.51

CMYK Percentages of Color #dde5cf

%3
%0
%10
%10

Triadic Colors of #dde5cf

#dde5cf #cfdde5 #e5cfdd

Analogous Colors of #dde5cf

#dde5cf #d2e5cf #e5e2cf

Monochromatic Colors of #dde5cf

#dde5cf

Complementary Color

#dde5cf #d7cfe5

#dde5cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde5cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde5cf Color CSS Codes

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

#dde5cf Text Font Color

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

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


#dde5cf Background Color

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

This div background color is #dde5cf


#dde5cf Border Color

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

This div border color is #dde5cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,229,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde5cf


Comments

No comments written yet.

Please login to write comment.