#DFABCD

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

Shades of French Lilac #DFABCD

Tints of French Lilac #DFABCD

Color information

#DFABCD (or 0xDFABCD) is unknown color: approx French Lilac. HEX triplet: DF, AB and CD. RGB value is (223,171,205). Sum of RGB (Red+Green+Blue) = 223+171+205=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABCD is #205432. Grayscale: #BEBEBE. Windows color (decimal): -2118707 or 13478879. OLE color: 13478879.

HSL color Cylindrical-coordinate representation of color #DFABCD: hue angle of 320.77º 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 #DFABCD is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223171205-
CMYK00.230.080.13
HSL320.77º44.83%77.25%-
HSV(B)320.77º23.32%87.45%-
XYZ56.0149.2264.31-
YUV190.42136.23151.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=37.23%
G=28.55%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317120500.230.080.13320.7744.8377.25
HexDFABCD0178D1412d4d
Octal337253315027101550155115
Binary110111111010101111001101010111100011011010000011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABCD; }

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

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

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

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

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

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

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

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