Color Hex Logo

#dda9cc Color Hex

#DDA9CC
(221,169,204)
0 Favorites   0 Comments

Color spaces of #dda9cc

RGB 221169204
HSL0.890.430.76
HSV320°24°87°
CMYK 0.000.240.08   0.13
XYZ54.905848.107763.5186
Yxy48.10770.32970.2889
Hunter Lab69.359719.9228-5.7451
CIE-Lab74.892824.6391-10.4013

#dda9cc color RGB value is (221,169,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 11001100
Octal 335 251 314
Decimal 221 169 204
Hex DD A9 CC

RGB Percentages of Color #dda9cc

%37.21
%28.45
%34.34

CMYK Percentages of Color #dda9cc

%0
%24
%8
%13

Triadic Colors of #dda9cc

#dda9cc #ccdda9 #a9ccdd

Analogous Colors of #dda9cc

#dda9cc #dda9b2 #d4a9dd

Monochromatic Colors of #dda9cc

#dda9cc

Complementary Color

#dda9cc #a9ddba

#dda9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda9cc Color CSS Codes

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

#dda9cc Text Font Color

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

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


#dda9cc Background Color

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

This div background color is #dda9cc


#dda9cc Border Color

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

This div border color is #dda9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda9cc


Comments

No comments written yet.

Please login to write comment.