#DDAACD

Color #DDAACD French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DDAACD

Tints of French Lilac #DDAACD

Color information

#DDAACD (or 0xDDAACD) is unknown color: approx French Lilac. HEX triplet: DD, AA and CD. RGB value is (221,170,205). Sum of RGB (Red+Green+Blue) = 221+170+205=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAACD is #225532. Grayscale: #BDBDBD. Windows color (decimal): -2250035 or 13478621. OLE color: 13478621.

HSL color Cylindrical-coordinate representation of color #DDAACD: hue angle of 318.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAACD is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221170205-
CMYK00.230.070.13
HSL318.82º42.86%76.67%-
HSV(B)318.82º23.08%86.67%-
XYZ55.2148.5364.21-
YUV189.24136.9150.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=37.08%
G=28.52%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117020500.230.070.13318.8242.8676.67
HexDDAACD0177D13f2b4d
Octal33525231502771547753115
Binary11011101101010101100110101011111111011001111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAACD; }

 p { color: rgb(221,170,205); }

 H1.HeaderClassName
 {
   color: #DDAACD;
 }
 .AnyTagClassName
 {
   color: #DDAACD;
 }
</style>
background-color css

<style>
 a { background-color: #DDAACD; }

 a { background-color: rgb(221,170,205); }

 div.DivClassName
 {
   background-color: #DDAACD;
 }
 .BgClassName
 {
   background-color: #DDAACD;
 }
</style>
border-color css

<style>
 span { border-color: #DDAACD; }

 span { border-color: rgb(221,170,205); }

 td.TdClassName
 {
   border-color: #DDAACD;
 }
 .TagClassName
 {
   border-color: #DDAACD;
 }
</style>