Color Hex Logo

#ddaacd Color Hex

#DDAACD
(221,170,205)
0 Favorites   0 Comments

Color spaces of #ddaacd

RGB 221170205
HSL0.890.430.77
HSV319°23°87°
CMYK 0.000.230.07   0.13
XYZ55.213048.529464.2147
Yxy48.52940.32870.2889
Hunter Lab69.663019.5638-5.8888
CIE-Lab75.157624.2728-10.5530

#ddaacd color RGB value is (221,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11001101
Octal 335 252 315
Decimal 221 170 205
Hex DD AA CD

RGB Percentages of Color #ddaacd

%37.08
%28.52
%34.40

CMYK Percentages of Color #ddaacd

%0
%23
%7
%13

Triadic Colors of #ddaacd

#ddaacd #cdddaa #aacddd

Analogous Colors of #ddaacd

#ddaacd #ddaab4 #d4aadd

Monochromatic Colors of #ddaacd

#ddaacd

Complementary Color

#ddaacd #aaddba

#ddaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaacd Color CSS Codes

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

#ddaacd Text Font Color

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

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


#ddaacd Background Color

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

This div background color is #ddaacd


#ddaacd Border Color

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

This div border color is #ddaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaacd


Comments

No comments written yet.

Please login to write comment.