Shades of French Lilac #DFABDA
Tints of French Lilac #DFABDA
RGB
CMYK
RGB Variations
Color information
#DFABDA (or 0xDFABDA) is known color: French Lilac. HEX triplet: DF, AB and DA. RGB value is (223,171,218). Sum of RGB (Red+Green+Blue) = 223+171+218=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABDA is #205425. Grayscale: #BFBFBF. Windows color (decimal): -2118694 or 14330847. OLE color: 14330847.
HSL color Cylindrical-coordinate representation of color #DFABDA: hue angle of 305.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 #DFABDA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 218 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.13 |
| HSL | 305.77º | 0.45% | 0.77% | - |
| HSV(B) | 305.77º | 0.23% | 0.87% | - |
| XYZ | 57.65 | 49.88 | 72.92 | - |
| YUV | 191.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 218 | 0 | 0.23 | 0.02 | 0.13 | 305.77 | 0.45 | 0.77 |
| Hex | DF | AB | DA | 0 | 17 | 2 | D | 132 | 2D | 4D |
| Octal | 337 | 253 | 332 | 0 | 27 | 2 | 15 | 462 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11011010 | 0 | 10111 | 10 | 1101 | 100110010 | 101101 | 1001101 |
Color Harmonies of #DFABDA
Complementary color
Monochromatic Colors of #DFABDA
Black with #DFABDA
Text Example
Text Example
White with #DFABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABDA; }
p { color: rgb(223,171,218); }
H1.HeaderClassName
{
color: #DFABDA;
}
.AnyTagClassName
{
color: #DFABDA;
}
</style>
background-color css
<style>
a { background-color: #DFABDA; }
a { background-color: rgb(223,171,218); }
div.DivClassName
{
background-color: #DFABDA;
}
.BgClassName
{
background-color: #DFABDA;
}
</style>
border-color css
<style>
span { border-color: #DFABDA; }
span { border-color: rgb(223,171,218); }
td.TdClassName
{
border-color: #DFABDA;
}
.TagClassName
{
border-color: #DFABDA;
}
</style>