Shades of French Lilac #DBA8D1
Tints of French Lilac #DBA8D1
RGB
CMYK
RGB Variations
Color information
#DBA8D1 (or 0xDBA8D1) is known color: French Lilac. HEX triplet: DB, A8 and D1. RGB value is (219,168,209). Sum of RGB (Red+Green+Blue) = 219+168+209=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8D1 is #24572E. Grayscale: #BBBBBB. Windows color (decimal): -2381615 or 13740251. OLE color: 13740251.
HSL color Cylindrical-coordinate representation of color #DBA8D1: hue angle of 311.76º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8D1 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 209 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.14 |
| HSL | 311.76º | 0.41% | 0.76% | - |
| HSV(B) | 311.76º | 0.23% | 0.86% | - |
| XYZ | 54.72 | 47.67 | 66.64 | - |
| YUV | 187.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 209 | 0 | 0.23 | 0.05 | 0.14 | 311.76 | 0.41 | 0.76 |
| Hex | DB | A8 | D1 | 0 | 17 | 5 | E | 138 | 29 | 4C |
| Octal | 333 | 250 | 321 | 0 | 27 | 5 | 16 | 470 | 51 | 114 |
| Binary | 11011011 | 10101000 | 11010001 | 0 | 10111 | 101 | 1110 | 100111000 | 101001 | 1001100 |
Color Harmonies of #DBA8D1
Complementary color
Monochromatic Colors of #DBA8D1
Black with #DBA8D1
Text Example
Text Example
White with #DBA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8D1; }
p { color: rgb(219,168,209); }
H1.HeaderClassName
{
color: #DBA8D1;
}
.AnyTagClassName
{
color: #DBA8D1;
}
</style>
background-color css
<style>
a { background-color: #DBA8D1; }
a { background-color: rgb(219,168,209); }
div.DivClassName
{
background-color: #DBA8D1;
}
.BgClassName
{
background-color: #DBA8D1;
}
</style>
border-color css
<style>
span { border-color: #DBA8D1; }
span { border-color: rgb(219,168,209); }
td.TdClassName
{
border-color: #DBA8D1;
}
.TagClassName
{
border-color: #DBA8D1;
}
</style>