Shades of French Lilac #DBABD6
Tints of French Lilac #DBABD6
RGB
CMYK
RGB Variations
Color information
#DBABD6 (or 0xDBABD6) is known color: French Lilac. HEX triplet: DB, AB and D6. RGB value is (219,171,214). Sum of RGB (Red+Green+Blue) = 219+171+214=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABD6 is #245429. Grayscale: #BEBEBE. Windows color (decimal): -2380842 or 14068699. OLE color: 14068699.
HSL color Cylindrical-coordinate representation of color #DBABD6: hue angle of 306.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABD6 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 214 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.14 |
| HSL | 306.25º | 0.4% | 0.76% | - |
| HSV(B) | 306.25º | 0.22% | 0.86% | - |
| XYZ | 55.91 | 49.04 | 70.14 | - |
| YUV | 190.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 214 | 0 | 0.22 | 0.02 | 0.14 | 306.25 | 0.4 | 0.76 |
| Hex | DB | AB | D6 | 0 | 16 | 2 | E | 132 | 28 | 4C |
| Octal | 333 | 253 | 326 | 0 | 26 | 2 | 16 | 462 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11010110 | 0 | 10110 | 10 | 1110 | 100110010 | 101000 | 1001100 |
Color Harmonies of #DBABD6
Complementary color
Monochromatic Colors of #DBABD6
Black with #DBABD6
Text Example
Text Example
White with #DBABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABD6; }
p { color: rgb(219,171,214); }
H1.HeaderClassName
{
color: #DBABD6;
}
.AnyTagClassName
{
color: #DBABD6;
}
</style>
background-color css
<style>
a { background-color: #DBABD6; }
a { background-color: rgb(219,171,214); }
div.DivClassName
{
background-color: #DBABD6;
}
.BgClassName
{
background-color: #DBABD6;
}
</style>
border-color css
<style>
span { border-color: #DBABD6; }
span { border-color: rgb(219,171,214); }
td.TdClassName
{
border-color: #DBABD6;
}
.TagClassName
{
border-color: #DBABD6;
}
</style>