#D9AFD6

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

Shades of French Lilac #D9AFD6

Tints of French Lilac #D9AFD6

Color information

#D9AFD6 (or 0xD9AFD6) is unknown color: approx French Lilac. HEX triplet: D9, AF and D6. RGB value is (217,175,214). Sum of RGB (Red+Green+Blue) = 217+175+214=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFD6 is #265029. Grayscale: #BFBFBF. Windows color (decimal): -2510890 or 14069721. OLE color: 14069721.

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

Color convert

RGB217175214-
CMYK00.190.010.15
HSL304.29º35.59%76.86%-
HSV(B)304.29º19.35%85.1%-
XYZ56.0850.2770.36-
YUV192140.41145.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=35.81%
G=28.88%
B=35.31%

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
Decimal21717521400.190.010.15304.2935.5976.86
HexD9AFD60131F130244d
Octal33125732602311746044115
Binary110110011010111111010110010011111111001100001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFD6; }

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

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

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

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

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

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

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

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