Color Hex Logo

#ddabd2 Color Hex

#DDABD2
(221,171,210)
0 Favorites   0 Comments

Color spaces of #ddabd2

RGB 221171210
HSL0.870.420.77
HSV313°23°87°
CMYK 0.000.230.05   0.13
XYZ56.014649.151167.5076
Yxy49.15110.32440.2846
Hunter Lab70.107819.9288-8.0155
CIE-Lab75.545224.6114-12.7039

#ddabd2 color RGB value is (221,171,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11010010
Octal 335 253 322
Decimal 221 171 210
Hex DD AB D2

RGB Percentages of Color #ddabd2

%36.71
%28.41
%34.88

CMYK Percentages of Color #ddabd2

%0
%23
%5
%13

Triadic Colors of #ddabd2

#ddabd2 #d2ddab #abd2dd

Analogous Colors of #ddabd2

#ddabd2 #ddabb9 #cfabdd

Monochromatic Colors of #ddabd2

#ddabd2

Complementary Color

#ddabd2 #abddb6

#ddabd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabd2 Color CSS Codes

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

#ddabd2 Text Font Color

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

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


#ddabd2 Background Color

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

This div background color is #ddabd2


#ddabd2 Border Color

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

This div border color is #ddabd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabd2


Comments

No comments written yet.

Please login to write comment.