#D9AFCF

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

Shades of French Lilac #D9AFCF

Tints of French Lilac #D9AFCF

Color information

#D9AFCF (or 0xD9AFCF) is unknown color: approx French Lilac. HEX triplet: D9, AF and CF. RGB value is (217,175,207). Sum of RGB (Red+Green+Blue) = 217+175+207=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFCF is #265030. Grayscale: #BFBFBF. Windows color (decimal): -2510897 or 13610969. OLE color: 13610969.

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

Color convert

RGB217175207-
CMYK00.190.050.15
HSL314.29º35.59%76.86%-
HSV(B)314.29º19.35%85.1%-
XYZ55.2149.9265.76-
YUV191.21136.91146.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=36.23%
G=29.22%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717520700.190.050.15314.2935.5976.86
HexD9AFCF0135F13a244d
Octal33125731702351747244115
Binary11011001101011111100111101001110111111001110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFCF; }

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

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

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

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

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

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

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

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