#DFABD1

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

Shades of French Lilac #DFABD1

Tints of French Lilac #DFABD1

Color information

#DFABD1 (or 0xDFABD1) is unknown color: approx French Lilac. HEX triplet: DF, AB and D1. RGB value is (223,171,209). Sum of RGB (Red+Green+Blue) = 223+171+209=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABD1 is #20542E. Grayscale: #BEBEBE. Windows color (decimal): -2118703 or 13741023. OLE color: 13741023.

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

Color convert

RGB223171209-
CMYK00.230.060.13
HSL316.15º44.83%77.25%-
HSV(B)316.15º23.32%87.45%-
XYZ56.549.4266.88-
YUV190.88138.23150.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=36.98%
G=28.36%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317120900.230.060.13316.1544.8377.25
HexDFABD10176D13c2d4d
Octal33725332102761547455115
Binary11011111101010111101000101011111011011001111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABD1; }

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

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

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

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

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

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

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

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