Color Hex Logo

#ddc9ce Color Hex

#DDC9CE
(221,201,206)
0 Favorites   0 Comments

Color spaces of #ddc9ce

RGB 221201206
HSL0.960.230.83
HSV345°87°
CMYK 0.000.090.07   0.13
XYZ61.846061.601767.0232
Yxy61.60170.32470.3234
Hunter Lab78.48683.30264.3105
CIE-Lab82.70127.83640.0428

#ddc9ce color RGB value is (221,201,206).

#ddc9ce hex color red value is 221, green value is 201 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ddc9ce hue: 0.96 , saturation: 0.23 and the lightness value of ddc9ce is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 11001110
Octal 335 311 316
Decimal 221 201 206
Hex DD C9 CE

RGB Percentages of Color #ddc9ce

%35.19
%32.01
%32.80

CMYK Percentages of Color #ddc9ce

%0
%9
%7
%13

Triadic Colors of #ddc9ce

#ddc9ce #ceddc9 #c9cedd

Analogous Colors of #ddc9ce

#ddc9ce #ddcec9 #ddc9d8

Monochromatic Colors of #ddc9ce

#ddc9ce

Complementary Color

#ddc9ce #c9ddd8

#ddc9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc9ce Color CSS Codes

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

#ddc9ce Text Font Color

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

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


#ddc9ce Background Color

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

This div background color is #ddc9ce


#ddc9ce Border Color

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

This div border color is #ddc9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc9ce


Comments

No comments written yet.

Please login to write comment.