Shades of French Lilac #DBABD3
Tints of French Lilac #DBABD3
RGB
CMYK
RGB Variations
Color information
#DBABD3 (or 0xDBABD3) is known color: French Lilac. HEX triplet: DB, AB and D3. RGB value is (219,171,211). Sum of RGB (Red+Green+Blue) = 219+171+211=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABD3 is #24542C. Grayscale: #BDBDBD. Windows color (decimal): -2380845 or 13872091. OLE color: 13872091.
HSL color Cylindrical-coordinate representation of color #DBABD3: hue angle of 310º 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 #DBABD3 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 211 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.14 |
| HSL | 310º | 0.4% | 0.76% | - |
| HSV(B) | 310º | 0.22% | 0.86% | - |
| XYZ | 55.53 | 48.89 | 68.14 | - |
| YUV | 189.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 211 | 0 | 0.22 | 0.04 | 0.14 | 310 | 0.4 | 0.76 |
| Hex | DB | AB | D3 | 0 | 16 | 4 | E | 136 | 28 | 4C |
| Octal | 333 | 253 | 323 | 0 | 26 | 4 | 16 | 466 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11010011 | 0 | 10110 | 100 | 1110 | 100110110 | 101000 | 1001100 |
Color Harmonies of #DBABD3
Complementary color
Monochromatic Colors of #DBABD3
Black with #DBABD3
Text Example
Text Example
White with #DBABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABD3; }
p { color: rgb(219,171,211); }
H1.HeaderClassName
{
color: #DBABD3;
}
.AnyTagClassName
{
color: #DBABD3;
}
</style>
background-color css
<style>
a { background-color: #DBABD3; }
a { background-color: rgb(219,171,211); }
div.DivClassName
{
background-color: #DBABD3;
}
.BgClassName
{
background-color: #DBABD3;
}
</style>
border-color css
<style>
span { border-color: #DBABD3; }
span { border-color: rgb(219,171,211); }
td.TdClassName
{
border-color: #DBABD3;
}
.TagClassName
{
border-color: #DBABD3;
}
</style>