#DFABD9

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

Shades of French Lilac #DFABD9

Tints of French Lilac #DFABD9

Color information

#DFABD9 (or 0xDFABD9) is unknown color: approx French Lilac. HEX triplet: DF, AB and D9. RGB value is (223,171,217). Sum of RGB (Red+Green+Blue) = 223+171+217=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABD9 is #205426. Grayscale: #BFBFBF. Windows color (decimal): -2118695 or 14265311. OLE color: 14265311.

HSL color Cylindrical-coordinate representation of color #DFABD9: hue angle of 306.92º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABD9 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223171217-
CMYK00.230.030.13
HSL306.92º44.83%77.25%-
HSV(B)306.92º23.32%87.45%-
XYZ57.5249.8272.23-
YUV191.79142.23150.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 217 (85.16% from 255) = 35.52%
R=36.50%
G=27.99%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317121700.230.030.13306.9244.8377.25
HexDFABD90173D1332d4d
Octal33725333102731546355115
Binary1101111110101011110110010101111111011001100111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABD9; }

 p { color: rgb(223,171,217); }

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

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

 a { background-color: rgb(223,171,217); }

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

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

 span { border-color: rgb(223,171,217); }

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