#D9AFD7

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

Shades of French Lilac #D9AFD7

Tints of French Lilac #D9AFD7

Color information

#D9AFD7 (or 0xD9AFD7) is unknown color: approx French Lilac. HEX triplet: D9, AF and D7. RGB value is (217,175,215). Sum of RGB (Red+Green+Blue) = 217+175+215=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFD7 is #265028. Grayscale: #C0C0C0. Windows color (decimal): -2510889 or 14135257. OLE color: 14135257.

HSL color Cylindrical-coordinate representation of color #D9AFD7: hue angle of 302.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFD7 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217175215-
CMYK00.190.010.15
HSL302.86º35.59%76.86%-
HSV(B)302.86º19.35%85.1%-
XYZ56.2150.3271.04-
YUV192.12140.91145.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=35.75%
G=28.83%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717521500.190.010.15302.8635.5976.86
HexD9AFD70131F12f244d
Octal33125732702311745744115
Binary110110011010111111010111010011111111001011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFD7; }

 p { color: rgb(217,175,215); }

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

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

 a { background-color: rgb(217,175,215); }

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

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

 span { border-color: rgb(217,175,215); }

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