Shades of French Lilac #DBA6D0
Tints of French Lilac #DBA6D0
RGB
CMYK
RGB Variations
Color information
#DBA6D0 (or 0xDBA6D0) is known color: French Lilac. HEX triplet: DB, A6 and D0. RGB value is (219,166,208). Sum of RGB (Red+Green+Blue) = 219+166+208=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6D0 is #24592F. Grayscale: #BABABA. Windows color (decimal): -2382128 or 13674203. OLE color: 13674203.
HSL color Cylindrical-coordinate representation of color #DBA6D0: hue angle of 312.45º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6D0 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 208 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.14 |
| HSL | 312.45º | 0.42% | 0.75% | - |
| HSV(B) | 312.45º | 0.24% | 0.86% | - |
| XYZ | 54.23 | 46.89 | 65.87 | - |
| YUV | 186.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 208 | 0 | 0.24 | 0.05 | 0.14 | 312.45 | 0.42 | 0.75 |
| Hex | DB | A6 | D0 | 0 | 18 | 5 | E | 138 | 2A | 4B |
| Octal | 333 | 246 | 320 | 0 | 30 | 5 | 16 | 470 | 52 | 113 |
| Binary | 11011011 | 10100110 | 11010000 | 0 | 11000 | 101 | 1110 | 100111000 | 101010 | 1001011 |
Color Harmonies of #DBA6D0
Complementary color
Monochromatic Colors of #DBA6D0
Black with #DBA6D0
Text Example
Text Example
White with #DBA6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6D0; }
p { color: rgb(219,166,208); }
H1.HeaderClassName
{
color: #DBA6D0;
}
.AnyTagClassName
{
color: #DBA6D0;
}
</style>
background-color css
<style>
a { background-color: #DBA6D0; }
a { background-color: rgb(219,166,208); }
div.DivClassName
{
background-color: #DBA6D0;
}
.BgClassName
{
background-color: #DBA6D0;
}
</style>
border-color css
<style>
span { border-color: #DBA6D0; }
span { border-color: rgb(219,166,208); }
td.TdClassName
{
border-color: #DBA6D0;
}
.TagClassName
{
border-color: #DBA6D0;
}
</style>