Shades of French Lilac #DFABDB
Tints of French Lilac #DFABDB
RGB
CMYK
RGB Variations
Color information
#DFABDB (or 0xDFABDB) is known color: French Lilac. HEX triplet: DF, AB and DB. RGB value is (223,171,219). Sum of RGB (Red+Green+Blue) = 223+171+219=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABDB is #205424. Grayscale: #BFBFBF. Windows color (decimal): -2118693 or 14396383. OLE color: 14396383.
HSL color Cylindrical-coordinate representation of color #DFABDB: hue angle of 304.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 #DFABDB is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 219 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.13 |
| HSL | 304.62º | 0.45% | 0.77% | - |
| HSV(B) | 304.62º | 0.23% | 0.87% | - |
| XYZ | 57.78 | 49.93 | 73.61 | - |
| YUV | 192.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 219 | 0 | 0.23 | 0.02 | 0.13 | 304.62 | 0.45 | 0.77 |
| Hex | DF | AB | DB | 0 | 17 | 2 | D | 131 | 2D | 4D |
| Octal | 337 | 253 | 333 | 0 | 27 | 2 | 15 | 461 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11011011 | 0 | 10111 | 10 | 1101 | 100110001 | 101101 | 1001101 |
Color Harmonies of #DFABDB
Complementary color
Monochromatic Colors of #DFABDB
Black with #DFABDB
Text Example
Text Example
White with #DFABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABDB; }
p { color: rgb(223,171,219); }
H1.HeaderClassName
{
color: #DFABDB;
}
.AnyTagClassName
{
color: #DFABDB;
}
</style>
background-color css
<style>
a { background-color: #DFABDB; }
a { background-color: rgb(223,171,219); }
div.DivClassName
{
background-color: #DFABDB;
}
.BgClassName
{
background-color: #DFABDB;
}
</style>
border-color css
<style>
span { border-color: #DFABDB; }
span { border-color: rgb(223,171,219); }
td.TdClassName
{
border-color: #DFABDB;
}
.TagClassName
{
border-color: #DFABDB;
}
</style>