Color Hex Logo

#dde5ce Color Hex

#DDE5CE
(221,229,206)
0 Favorites   0 Comments

Color spaces of #dde5ce

RGB 221229206
HSL0.220.310.85
HSV81°10°90°
CMYK 0.030.000.10   0.10
XYZ68.978775.867069.4008
Yxy75.86700.32200.3541
Hunter Lab87.1017-11.067813.7301
CIE-Lab89.7976-6.697310.2895

#dde5ce color RGB value is (221,229,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 11001110
Octal 335 345 316
Decimal 221 229 206
Hex DD E5 CE

RGB Percentages of Color #dde5ce

%33.69
%34.91
%31.40

CMYK Percentages of Color #dde5ce

%3
%0
%10
%10

Triadic Colors of #dde5ce

#dde5ce #cedde5 #e5cedd

Analogous Colors of #dde5ce

#dde5ce #d2e5ce #e5e2ce

Monochromatic Colors of #dde5ce

#dde5ce

Complementary Color

#dde5ce #d6cee5

#dde5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde5ce Color CSS Codes

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

#dde5ce Text Font Color

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

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


#dde5ce Background Color

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

This div background color is #dde5ce


#dde5ce Border Color

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

This div border color is #dde5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde5ce


Comments

No comments written yet.

Please login to write comment.