Color Hex Logo

#ddded9 Color Hex

#DDDED9
(221,222,217)
1 Favorites   0 Comments

Color spaces of #ddded9

RGB 221222217
HSL0.200.070.86
HSV72°87°
CMYK 0.000.000.02   0.13
XYZ68.464572.624576.0551
Yxy72.62450.31530.3345
Hunter Lab85.2200-5.73076.7403
CIE-Lab88.2683-1.22502.3188

#ddded9 color RGB value is (221,222,217).

#ddded9 hex color red value is 221, green value is 222 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ddded9 hue: 0.20 , saturation: 0.07 and the lightness value of ddded9 is 0.86.

The process color (four color CMYK) of #ddded9 color hex is 0.00, 0.00, 0.02, 0.13. Web safe color of #ddded9 is #cccccc. Color #ddded9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11011001
Octal 335 336 331
Decimal 221 222 217
Hex DD DE D9

RGB Percentages of Color #ddded9

%33.48
%33.64
%32.88

CMYK Percentages of Color #ddded9

%0
%0
%2
%13

Triadic Colors of #ddded9

#ddded9 #d9ddde #ded9dd

Analogous Colors of #ddded9

#ddded9 #dbded9 #deddd9

Monochromatic Colors of #ddded9

#ddded9

Complementary Color

#ddded9 #dad9de

#ddded9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddded9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddded9 Color CSS Codes

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

#ddded9 Text Font Color

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

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


#ddded9 Background Color

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

This div background color is #ddded9


#ddded9 Border Color

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

This div border color is #ddded9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddded9


Comments

No comments written yet.

Please login to write comment.