Shades of French Lilac #DBABD2
Tints of French Lilac #DBABD2
RGB
CMYK
RGB Variations
Color information
#DBABD2 (or 0xDBABD2) is known color: French Lilac. HEX triplet: DB, AB and D2. RGB value is (219,171,210). Sum of RGB (Red+Green+Blue) = 219+171+210=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABD2 is #24542D. Grayscale: #BDBDBD. Windows color (decimal): -2380846 or 13806555. OLE color: 13806555.
HSL color Cylindrical-coordinate representation of color #DBABD2: hue angle of 311.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 #DBABD2 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 210 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.14 |
| HSL | 311.25º | 0.4% | 0.76% | - |
| HSV(B) | 311.25º | 0.22% | 0.86% | - |
| XYZ | 55.41 | 48.84 | 67.48 | - |
| YUV | 189.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 210 | 0 | 0.22 | 0.04 | 0.14 | 311.25 | 0.4 | 0.76 |
| Hex | DB | AB | D2 | 0 | 16 | 4 | E | 137 | 28 | 4C |
| Octal | 333 | 253 | 322 | 0 | 26 | 4 | 16 | 467 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11010010 | 0 | 10110 | 100 | 1110 | 100110111 | 101000 | 1001100 |
Color Harmonies of #DBABD2
Complementary color
Monochromatic Colors of #DBABD2
Black with #DBABD2
Text Example
Text Example
White with #DBABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABD2; }
p { color: rgb(219,171,210); }
H1.HeaderClassName
{
color: #DBABD2;
}
.AnyTagClassName
{
color: #DBABD2;
}
</style>
background-color css
<style>
a { background-color: #DBABD2; }
a { background-color: rgb(219,171,210); }
div.DivClassName
{
background-color: #DBABD2;
}
.BgClassName
{
background-color: #DBABD2;
}
</style>
border-color css
<style>
span { border-color: #DBABD2; }
span { border-color: rgb(219,171,210); }
td.TdClassName
{
border-color: #DBABD2;
}
.TagClassName
{
border-color: #DBABD2;
}
</style>