Color Hex Logo

#dda9d8 Color Hex

#DDA9D8
(221,169,216)
0 Favorites   0 Comments

Color spaces of #dda9d8

RGB 221169216
HSL0.850.430.76
HSV306°24°87°
CMYK 0.000.240.02   0.13
XYZ56.401448.706071.3943
Yxy48.70600.31960.2760
Hunter Lab69.789722.1250-11.8004
CIE-Lab75.268126.7688-16.3938

#dda9d8 color RGB value is (221,169,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 11011000
Octal 335 251 330
Decimal 221 169 216
Hex DD A9 D8

RGB Percentages of Color #dda9d8

%36.47
%27.89
%35.64

CMYK Percentages of Color #dda9d8

%0
%24
%2
%13

Triadic Colors of #dda9d8

#dda9d8 #d8dda9 #a9d8dd

Analogous Colors of #dda9d8

#dda9d8 #dda9be #c8a9dd

Monochromatic Colors of #dda9d8

#dda9d8

Complementary Color

#dda9d8 #a9ddae

#dda9d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda9d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda9d8 Color CSS Codes

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

#dda9d8 Text Font Color

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

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


#dda9d8 Background Color

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

This div background color is #dda9d8


#dda9d8 Border Color

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

This div border color is #dda9d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda9d8


Comments

No comments written yet.

Please login to write comment.