Shades of French Lilac #DFABCE
Tints of French Lilac #DFABCE
RGB
CMYK
RGB Variations
Color information
#DFABCE (or 0xDFABCE) is known color: French Lilac. HEX triplet: DF, AB and CE. RGB value is (223,171,206). Sum of RGB (Red+Green+Blue) = 223+171+206=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABCE is #205431. Grayscale: #BEBEBE. Windows color (decimal): -2118706 or 13544415. OLE color: 13544415.
HSL color Cylindrical-coordinate representation of color #DFABCE: hue angle of 319.62º 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 #DFABCE is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 206 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.13 |
| HSL | 319.62º | 0.45% | 0.77% | - |
| HSV(B) | 319.62º | 0.23% | 0.87% | - |
| XYZ | 56.13 | 49.27 | 64.94 | - |
| YUV | 190.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 206 | 0 | 0.23 | 0.08 | 0.13 | 319.62 | 0.45 | 0.77 |
| Hex | DF | AB | CE | 0 | 17 | 8 | D | 140 | 2D | 4D |
| Octal | 337 | 253 | 316 | 0 | 27 | 10 | 15 | 500 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11001110 | 0 | 10111 | 1000 | 1101 | 101000000 | 101101 | 1001101 |
Color Harmonies of #DFABCE
Complementary color
Monochromatic Colors of #DFABCE
Black with #DFABCE
Text Example
Text Example
White with #DFABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABCE; }
p { color: rgb(223,171,206); }
H1.HeaderClassName
{
color: #DFABCE;
}
.AnyTagClassName
{
color: #DFABCE;
}
</style>
background-color css
<style>
a { background-color: #DFABCE; }
a { background-color: rgb(223,171,206); }
div.DivClassName
{
background-color: #DFABCE;
}
.BgClassName
{
background-color: #DFABCE;
}
</style>
border-color css
<style>
span { border-color: #DFABCE; }
span { border-color: rgb(223,171,206); }
td.TdClassName
{
border-color: #DFABCE;
}
.TagClassName
{
border-color: #DFABCE;
}
</style>