#D9AACE

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

Shades of French Lilac #D9AACE

Tints of French Lilac #D9AACE

Color information

#D9AACE (or 0xD9AACE) is unknown color: approx French Lilac. HEX triplet: D9, AA and CE. RGB value is (217,170,206). Sum of RGB (Red+Green+Blue) = 217+170+206=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AACE is #265531. Grayscale: #BCBCBC. Windows color (decimal): -2512178 or 13544153. OLE color: 13544153.

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

Color convert

RGB217170206-
CMYK00.220.050.15
HSL314.04º38.21%75.88%-
HSV(B)314.04º21.66%85.1%-
XYZ54.1347.9664.8-
YUV188.16138.07148.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=36.59%
G=28.67%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717020600.220.050.15314.0438.2175.88
HexD9AACE0165F13a264c
Octal33125231602651747246114
Binary11011001101010101100111001011010111111001110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AACE; }

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

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

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

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

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

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

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

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