Color Hex Logo

#dda9bb Color Hex

#DDA9BB
(221,169,187)
0 Favorites   0 Comments

Color spaces of #dda9bb

RGB 221169187
HSL0.940.430.76
HSV339°24°87°
CMYK 0.000.240.15   0.13
XYZ52.976447.335953.3583
Yxy47.33590.34470.3080
Hunter Lab68.801117.04202.1787
CIE-Lab74.404121.8096-1.8111

#dda9bb color RGB value is (221,169,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 10111011
Octal 335 251 273
Decimal 221 169 187
Hex DD A9 BB

RGB Percentages of Color #dda9bb

%38.30
%29.29
%32.41

CMYK Percentages of Color #dda9bb

%0
%24
%15
%13

Triadic Colors of #dda9bb

#dda9bb #bbdda9 #a9bbdd

Analogous Colors of #dda9bb

#dda9bb #ddb1a9 #dda9d5

Monochromatic Colors of #dda9bb

#dda9bb

Complementary Color

#dda9bb #a9ddcb

#dda9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda9bb Color CSS Codes

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

#dda9bb Text Font Color

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

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


#dda9bb Background Color

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

This div background color is #dda9bb


#dda9bb Border Color

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

This div border color is #dda9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda9bb


Comments

No comments written yet.

Please login to write comment.