Shades of French Lilac #DBA9CF
Tints of French Lilac #DBA9CF
RGB
CMYK
RGB Variations
Color information
#DBA9CF (or 0xDBA9CF) is known color: French Lilac. HEX triplet: DB, A9 and CF. RGB value is (219,169,207). Sum of RGB (Red+Green+Blue) = 219+169+207=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9CF is #245630. Grayscale: #BCBCBC. Windows color (decimal): -2381361 or 13609435. OLE color: 13609435.
HSL color Cylindrical-coordinate representation of color #DBA9CF: hue angle of 314.4º 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 #DBA9CF is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 207 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.14 |
| HSL | 314.4º | 0.41% | 0.76% | - |
| HSV(B) | 314.4º | 0.23% | 0.86% | - |
| XYZ | 54.66 | 47.94 | 65.4 | - |
| YUV | 188.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 207 | 0 | 0.23 | 0.05 | 0.14 | 314.4 | 0.41 | 0.76 |
| Hex | DB | A9 | CF | 0 | 17 | 5 | E | 13A | 29 | 4C |
| Octal | 333 | 251 | 317 | 0 | 27 | 5 | 16 | 472 | 51 | 114 |
| Binary | 11011011 | 10101001 | 11001111 | 0 | 10111 | 101 | 1110 | 100111010 | 101001 | 1001100 |
Color Harmonies of #DBA9CF
Complementary color
Monochromatic Colors of #DBA9CF
Black with #DBA9CF
Text Example
Text Example
White with #DBA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9CF; }
p { color: rgb(219,169,207); }
H1.HeaderClassName
{
color: #DBA9CF;
}
.AnyTagClassName
{
color: #DBA9CF;
}
</style>
background-color css
<style>
a { background-color: #DBA9CF; }
a { background-color: rgb(219,169,207); }
div.DivClassName
{
background-color: #DBA9CF;
}
.BgClassName
{
background-color: #DBA9CF;
}
</style>
border-color css
<style>
span { border-color: #DBA9CF; }
span { border-color: rgb(219,169,207); }
td.TdClassName
{
border-color: #DBA9CF;
}
.TagClassName
{
border-color: #DBA9CF;
}
</style>