Color Hex Logo

#dde5dd Color Hex

#DDE5DD
(221,229,221)
0 Favorites   0 Comments

Color spaces of #dde5dd

RGB 221229221
HSL0.330.130.88
HSV120°90°
CMYK 0.030.000.03   0.10
XYZ70.889376.631279.4617
Yxy76.63120.31230.3376
Hunter Lab87.5392-8.64447.4584
CIE-Lab90.1516-4.11252.9550

#dde5dd color RGB value is (221,229,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 11011101
Octal 335 345 335
Decimal 221 229 221
Hex DD E5 DD

RGB Percentages of Color #dde5dd

%32.94
%34.13
%32.94

CMYK Percentages of Color #dde5dd

%3
%0
%3
%10

Triadic Colors of #dde5dd

#dde5dd #dddde5 #e5dddd

Analogous Colors of #dde5dd

#dde5dd #dde5e1 #e1e5dd

Monochromatic Colors of #dde5dd

#dde5dd

Complementary Color

#dde5dd #e5dde5

#dde5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde5dd Color CSS Codes

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

#dde5dd Text Font Color

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

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


#dde5dd Background Color

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

This div background color is #dde5dd


#dde5dd Border Color

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

This div border color is #dde5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde5dd


Comments

No comments written yet.

Please login to write comment.