Color Hex Logo

#dde0cd Color Hex

#DDE0CD
(221,224,205)
0 Favorites   0 Comments

Color spaces of #dde0cd

RGB 221224205
HSL0.190.230.84
HSV69°88°
CMYK 0.010.000.08   0.12
XYZ67.493973.091268.3083
Yxy73.09120.32310.3499
Hunter Lab85.4934-8.694212.4733
CIE-Lab88.4912-4.31388.9451

#dde0cd color RGB value is (221,224,205).

#dde0cd hex color red value is 221, green value is 224 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dde0cd hue: 0.19 , saturation: 0.23 and the lightness value of dde0cd is 0.84.

The process color (four color CMYK) of #dde0cd color hex is 0.01, 0.00, 0.08, 0.12. Web safe color of #dde0cd is #cccccc. Color #dde0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 11001101
Octal 335 340 315
Decimal 221 224 205
Hex DD E0 CD

RGB Percentages of Color #dde0cd

%34.00
%34.46
%31.54

CMYK Percentages of Color #dde0cd

%1
%0
%8
%12

Triadic Colors of #dde0cd

#dde0cd #cddde0 #e0cddd

Analogous Colors of #dde0cd

#dde0cd #d4e0cd #e0dacd

Monochromatic Colors of #dde0cd

#dde0cd

Complementary Color

#dde0cd #d0cde0

#dde0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde0cd Color CSS Codes

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

#dde0cd Text Font Color

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

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


#dde0cd Background Color

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

This div background color is #dde0cd


#dde0cd Border Color

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

This div border color is #dde0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde0cd


Comments

No comments written yet.

Please login to write comment.