Color Hex Logo

#ddecd0 Color Hex

#DDECD0
(221,236,208)
0 Favorites   0 Comments

Color spaces of #ddecd0

RGB 221236208
HSL0.260.420.87
HSV92°12°93°
CMYK 0.060.000.12   0.07
XYZ71.199479.917171.3474
Yxy79.91710.32000.3592
Hunter Lab89.3964-14.278015.2580
CIE-Lab91.6477-9.900811.8849

#ddecd0 color RGB value is (221,236,208).

#ddecd0 hex color red value is 221, green value is 236 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ddecd0 hue: 0.26 , saturation: 0.42 and the lightness value of ddecd0 is 0.87.

The process color (four color CMYK) of #ddecd0 color hex is 0.06, 0.00, 0.12, 0.07. Web safe color of #ddecd0 is #ccffcc. Color #ddecd0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11010000
Octal 335 354 320
Decimal 221 236 208
Hex DD EC D0

RGB Percentages of Color #ddecd0

%33.23
%35.49
%31.28

CMYK Percentages of Color #ddecd0

%6
%0
%12
%7

Triadic Colors of #ddecd0

#ddecd0 #d0ddec #ecd0dd

Analogous Colors of #ddecd0

#ddecd0 #d0ecd1 #ebecd0

Monochromatic Colors of #ddecd0

#ddecd0

Complementary Color

#ddecd0 #dfd0ec

#ddecd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecd0 Color CSS Codes

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

#ddecd0 Text Font Color

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

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


#ddecd0 Background Color

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

This div background color is #ddecd0


#ddecd0 Border Color

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

This div border color is #ddecd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecd0


Comments

No comments written yet.

Please login to write comment.