Shades of French Lilac #DBABD5
Tints of French Lilac #DBABD5
RGB
CMYK
RGB Variations
Color information
#DBABD5 (or 0xDBABD5) is known color: French Lilac. HEX triplet: DB, AB and D5. RGB value is (219,171,213). Sum of RGB (Red+Green+Blue) = 219+171+213=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABD5 is #24542A. Grayscale: #BEBEBE. Windows color (decimal): -2380843 or 14003163. OLE color: 14003163.
HSL color Cylindrical-coordinate representation of color #DBABD5: hue angle of 307.5º 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 #DBABD5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 213 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.14 |
| HSL | 307.5º | 0.4% | 0.76% | - |
| HSV(B) | 307.5º | 0.22% | 0.86% | - |
| XYZ | 55.79 | 48.99 | 69.47 | - |
| YUV | 190.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 213 | 0 | 0.22 | 0.03 | 0.14 | 307.5 | 0.4 | 0.76 |
| Hex | DB | AB | D5 | 0 | 16 | 3 | E | 134 | 28 | 4C |
| Octal | 333 | 253 | 325 | 0 | 26 | 3 | 16 | 464 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11010101 | 0 | 10110 | 11 | 1110 | 100110100 | 101000 | 1001100 |
Color Harmonies of #DBABD5
Complementary color
Monochromatic Colors of #DBABD5
Black with #DBABD5
Text Example
Text Example
White with #DBABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABD5; }
p { color: rgb(219,171,213); }
H1.HeaderClassName
{
color: #DBABD5;
}
.AnyTagClassName
{
color: #DBABD5;
}
</style>
background-color css
<style>
a { background-color: #DBABD5; }
a { background-color: rgb(219,171,213); }
div.DivClassName
{
background-color: #DBABD5;
}
.BgClassName
{
background-color: #DBABD5;
}
</style>
border-color css
<style>
span { border-color: #DBABD5; }
span { border-color: rgb(219,171,213); }
td.TdClassName
{
border-color: #DBABD5;
}
.TagClassName
{
border-color: #DBABD5;
}
</style>