#D9AAD1

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

Shades of French Lilac #D9AAD1

Tints of French Lilac #D9AAD1

Color information

#D9AAD1 (or 0xD9AAD1) is unknown color: approx French Lilac. HEX triplet: D9, AA and D1. RGB value is (217,170,209). Sum of RGB (Red+Green+Blue) = 217+170+209=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAD1 is #26552E. Grayscale: #BCBCBC. Windows color (decimal): -2512175 or 13740761. OLE color: 13740761.

HSL color Cylindrical-coordinate representation of color #D9AAD1: hue angle of 310.21º 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 #D9AAD1 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217170209-
CMYK00.220.040.15
HSL310.21º38.21%75.88%-
HSV(B)310.21º21.66%85.1%-
XYZ54.548.166.73-
YUV188.5139.57148.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=36.41%
G=28.52%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717020900.220.040.15310.2138.2175.88
HexD9AAD10164F136264c
Octal33125232102641746646114
Binary11011001101010101101000101011010011111001101101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAD1; }

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

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

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

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

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

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

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

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