Color Hex Logo

#ddced9 Color Hex

#DDCED9
(221,206,217)
0 Favorites   0 Comments

Color spaces of #ddced9

RGB 221206217
HSL0.880.180.84
HSV316°87°
CMYK 0.000.070.02   0.13
XYZ64.414564.524574.7051
Yxy64.52450.31630.3168
Hunter Lab80.32712.56701.0887
CIE-Lab84.23817.1285-3.5736

#ddced9 color RGB value is (221,206,217).

#ddced9 hex color red value is 221, green value is 206 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ddced9 hue: 0.88 , saturation: 0.18 and the lightness value of ddced9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 11011001
Octal 335 316 331
Decimal 221 206 217
Hex DD CE D9

RGB Percentages of Color #ddced9

%34.32
%31.99
%33.70

CMYK Percentages of Color #ddced9

%0
%7
%2
%13

Triadic Colors of #ddced9

#ddced9 #d9ddce #ced9dd

Analogous Colors of #ddced9

#ddced9 #ddced2 #dacedd

Monochromatic Colors of #ddced9

#ddced9

Complementary Color

#ddced9 #ceddd2

#ddced9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddced9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddced9 Color CSS Codes

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

#ddced9 Text Font Color

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

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


#ddced9 Background Color

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

This div background color is #ddced9


#ddced9 Border Color

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

This div border color is #ddced9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddced9


Comments

No comments written yet.

Please login to write comment.