Shades of French Lilac #DBA9D3
Tints of French Lilac #DBA9D3
RGB
CMYK
RGB Variations
Color information
#DBA9D3 (or 0xDBA9D3) is known color: French Lilac. HEX triplet: DB, A9 and D3. RGB value is (219,169,211). Sum of RGB (Red+Green+Blue) = 219+169+211=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9D3 is #24562C. Grayscale: #BCBCBC. Windows color (decimal): -2381357 or 13871579. OLE color: 13871579.
HSL color Cylindrical-coordinate representation of color #DBA9D3: hue angle of 309.6º 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 #DBA9D3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 211 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.14 |
| HSL | 309.6º | 0.41% | 0.76% | - |
| HSV(B) | 309.6º | 0.23% | 0.86% | - |
| XYZ | 55.16 | 48.14 | 68.01 | - |
| YUV | 188.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 211 | 0 | 0.23 | 0.04 | 0.14 | 309.6 | 0.41 | 0.76 |
| Hex | DB | A9 | D3 | 0 | 17 | 4 | E | 136 | 29 | 4C |
| Octal | 333 | 251 | 323 | 0 | 27 | 4 | 16 | 466 | 51 | 114 |
| Binary | 11011011 | 10101001 | 11010011 | 0 | 10111 | 100 | 1110 | 100110110 | 101001 | 1001100 |
Color Harmonies of #DBA9D3
Complementary color
Monochromatic Colors of #DBA9D3
Black with #DBA9D3
Text Example
Text Example
White with #DBA9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9D3; }
p { color: rgb(219,169,211); }
H1.HeaderClassName
{
color: #DBA9D3;
}
.AnyTagClassName
{
color: #DBA9D3;
}
</style>
background-color css
<style>
a { background-color: #DBA9D3; }
a { background-color: rgb(219,169,211); }
div.DivClassName
{
background-color: #DBA9D3;
}
.BgClassName
{
background-color: #DBA9D3;
}
</style>
border-color css
<style>
span { border-color: #DBA9D3; }
span { border-color: rgb(219,169,211); }
td.TdClassName
{
border-color: #DBA9D3;
}
.TagClassName
{
border-color: #DBA9D3;
}
</style>