Shades of French Lilac #DFABD1
Tints of French Lilac #DFABD1
RGB
CMYK
RGB Variations
Color information
#DFABD1 (or 0xDFABD1) is known color: 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
| RGB | 223 | 171 | 209 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.13 |
| HSL | 316.15º | 0.45% | 0.77% | - |
| HSV(B) | 316.15º | 0.23% | 0.87% | - |
| XYZ | 56.5 | 49.42 | 66.88 | - |
| YUV | 190.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 209 | 0 | 0.23 | 0.06 | 0.13 | 316.15 | 0.45 | 0.77 |
| Hex | DF | AB | D1 | 0 | 17 | 6 | D | 13C | 2D | 4D |
| Octal | 337 | 253 | 321 | 0 | 27 | 6 | 15 | 474 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11010001 | 0 | 10111 | 110 | 1101 | 100111100 | 101101 | 1001101 |
Color Harmonies of #DFABD1
Complementary color
Monochromatic Colors of #DFABD1
Black with #DFABD1
Text Example
Text Example
White with #DFABD1
Text Example
Text Example
HTML Codes & Css Web 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>