Color Hex Logo

#dda9ce Color Hex

#DDA9CE
(221,169,206)
0 Favorites   0 Comments

Color spaces of #dda9ce

RGB 221169206
HSL0.880.430.76
HSV317°24°87°
CMYK 0.000.240.07   0.13
XYZ55.147348.204364.7903
Yxy48.20430.32800.2867
Hunter Lab69.429320.2802-6.7279
CIE-Lab74.953624.9867-11.4043

#dda9ce color RGB value is (221,169,206).

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

The process color (four color CMYK) of #dda9ce color hex is 0.00, 0.24, 0.07, 0.13. Web safe color of #dda9ce is #cc99cc. Color #dda9ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 11001110
Octal 335 251 316
Decimal 221 169 206
Hex DD A9 CE

RGB Percentages of Color #dda9ce

%37.08
%28.36
%34.56

CMYK Percentages of Color #dda9ce

%0
%24
%7
%13

Triadic Colors of #dda9ce

#dda9ce #cedda9 #a9cedd

Analogous Colors of #dda9ce

#dda9ce #dda9b4 #d2a9dd

Monochromatic Colors of #dda9ce

#dda9ce

Complementary Color

#dda9ce #a9ddb8

#dda9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda9ce Color CSS Codes

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

#dda9ce Text Font Color

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

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


#dda9ce Background Color

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

This div background color is #dda9ce


#dda9ce Border Color

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

This div border color is #dda9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda9ce


Comments

No comments written yet.

Please login to write comment.