Color Hex Logo

#ddecdd Color Hex

#DDECDD
(221,236,221)
0 Favorites   0 Comments

Color spaces of #ddecdd

RGB 221236221
HSL0.330.280.90
HSV120°93°
CMYK 0.060.000.06   0.07
XYZ72.865480.583580.1204
Yxy80.58350.31200.3450
Hunter Lab89.7683-12.20529.9201
CIE-Lab91.9460-7.67245.5527

#ddecdd color RGB value is (221,236,221).

#ddecdd hex color red value is 221, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ddecdd hue: 0.33 , saturation: 0.28 and the lightness value of ddecdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11011101
Octal 335 354 335
Decimal 221 236 221
Hex DD EC DD

RGB Percentages of Color #ddecdd

%32.60
%34.81
%32.60

CMYK Percentages of Color #ddecdd

%6
%0
%6
%7

Triadic Colors of #ddecdd

#ddecdd #ddddec #ecdddd

Analogous Colors of #ddecdd

#ddecdd #ddece5 #e5ecdd

Monochromatic Colors of #ddecdd

#ddecdd

Complementary Color

#ddecdd #ecddec

#ddecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecdd Color CSS Codes

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

#ddecdd Text Font Color

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

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


#ddecdd Background Color

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

This div background color is #ddecdd


#ddecdd Border Color

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

This div border color is #ddecdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,236,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 #ddecdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecdd


Comments

No comments written yet.

Please login to write comment.