Color Hex Logo

#ddaabd Color Hex

#DDAABD
(221,170,189)
0 Favorites   0 Comments

Color spaces of #ddaabd

RGB 221170189
HSL0.940.430.77
HSV338°23°87°
CMYK 0.000.230.14   0.13
XYZ53.378847.795754.5562
Yxy47.79570.34280.3069
Hunter Lab69.134416.83491.6065
CIE-Lab74.695921.5912-2.4793

#ddaabd color RGB value is (221,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10111101
Octal 335 252 275
Decimal 221 170 189
Hex DD AA BD

RGB Percentages of Color #ddaabd

%38.10
%29.31
%32.59

CMYK Percentages of Color #ddaabd

%0
%23
%14
%13

Triadic Colors of #ddaabd

#ddaabd #bdddaa #aabddd

Analogous Colors of #ddaabd

#ddaabd #ddb1aa #ddaad7

Monochromatic Colors of #ddaabd

#ddaabd

Complementary Color

#ddaabd #aaddca

#ddaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaabd Color CSS Codes

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

#ddaabd Text Font Color

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

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


#ddaabd Background Color

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

This div background color is #ddaabd


#ddaabd Border Color

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

This div border color is #ddaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaabd


Comments

No comments written yet.

Please login to write comment.