#D9AAD5

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

Shades of French Lilac #D9AAD5

Tints of French Lilac #D9AAD5

Color information

#D9AAD5 (or 0xD9AAD5) is unknown color: approx French Lilac. HEX triplet: D9, AA and D5. RGB value is (217,170,213). Sum of RGB (Red+Green+Blue) = 217+170+213=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAD5 is #26552A. Grayscale: #BCBCBC. Windows color (decimal): -2512171 or 14002905. OLE color: 14002905.

HSL color Cylindrical-coordinate representation of color #D9AAD5: hue angle of 305.11º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAD5 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217170213-
CMYK00.220.020.15
HSL305.11º38.21%75.88%-
HSV(B)305.11º21.66%85.1%-
XYZ5548.3169.38-
YUV188.96141.57148-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=36.17%
G=28.33%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717021300.220.020.15305.1138.2175.88
HexD9AAD50162F131264c
Octal33125232502621746146114
Binary1101100110101010110101010101101011111001100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAD5; }

 p { color: rgb(217,170,213); }

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

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

 a { background-color: rgb(217,170,213); }

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

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

 span { border-color: rgb(217,170,213); }

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