Color Hex Logo

#dde5cc Color Hex

#DDE5CC
(221,229,204)
0 Favorites   0 Comments

Color spaces of #dde5cc

RGB 221229204
HSL0.220.320.85
HSV79°11°90°
CMYK 0.030.000.11   0.10
XYZ68.737275.770468.1291
Yxy75.77040.32330.3563
Hunter Lab87.0462-11.375914.5274
CIE-Lab89.7526-7.028611.2699

#dde5cc color RGB value is (221,229,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 11001100
Octal 335 345 314
Decimal 221 229 204
Hex DD E5 CC

RGB Percentages of Color #dde5cc

%33.79
%35.02
%31.19

CMYK Percentages of Color #dde5cc

%3
%0
%11
%10

Triadic Colors of #dde5cc

#dde5cc #ccdde5 #e5ccdd

Analogous Colors of #dde5cc

#dde5cc #d1e5cc #e5e1cc

Monochromatic Colors of #dde5cc

#dde5cc

Complementary Color

#dde5cc #d4cce5

#dde5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde5cc Color CSS Codes

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

#dde5cc Text Font Color

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

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


#dde5cc Background Color

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

This div background color is #dde5cc


#dde5cc Border Color

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

This div border color is #dde5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde5cc


Comments

No comments written yet.

Please login to write comment.