Color Hex Logo

#ddabd9 Color Hex

#DDABD9
(221,171,217)
0 Favorites   0 Comments

Color spaces of #ddabd9

RGB 221171217
HSL0.850.420.77
HSV305°23°87°
CMYK 0.000.230.02   0.13
XYZ56.906149.507772.2023
Yxy49.50770.31860.2772
Hunter Lab70.361721.2316-11.5878
CIE-Lab75.766125.8716-16.1882

#ddabd9 color RGB value is (221,171,217).

#ddabd9 hex color red value is 221, green value is 171 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ddabd9 hue: 0.85 , saturation: 0.42 and the lightness value of ddabd9 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11011001
Octal 335 253 331
Decimal 221 171 217
Hex DD AB D9

RGB Percentages of Color #ddabd9

%36.29
%28.08
%35.63

CMYK Percentages of Color #ddabd9

%0
%23
%2
%13

Triadic Colors of #ddabd9

#ddabd9 #d9ddab #abd9dd

Analogous Colors of #ddabd9

#ddabd9 #ddabc0 #c8abdd

Monochromatic Colors of #ddabd9

#ddabd9

Complementary Color

#ddabd9 #abddaf

#ddabd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabd9 Color CSS Codes

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

#ddabd9 Text Font Color

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

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


#ddabd9 Background Color

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

This div background color is #ddabd9


#ddabd9 Border Color

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

This div border color is #ddabd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabd9


Comments

No comments written yet.

Please login to write comment.