Shades of French Lilac #DBA7CF
Tints of French Lilac #DBA7CF
RGB
CMYK
RGB Variations
Color information
#DBA7CF (or 0xDBA7CF) is known color: French Lilac. HEX triplet: DB, A7 and CF. RGB value is (219,167,207). Sum of RGB (Red+Green+Blue) = 219+167+207=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7CF is #245830. Grayscale: #BBBBBB. Windows color (decimal): -2381873 or 13608923. OLE color: 13608923.
HSL color Cylindrical-coordinate representation of color #DBA7CF: hue angle of 313.85º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7CF is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 207 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.14 |
| HSL | 313.85º | 0.42% | 0.76% | - |
| HSV(B) | 313.85º | 0.24% | 0.86% | - |
| XYZ | 54.29 | 47.2 | 65.28 | - |
| YUV | 187.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 207 | 0 | 0.24 | 0.05 | 0.14 | 313.85 | 0.42 | 0.76 |
| Hex | DB | A7 | CF | 0 | 18 | 5 | E | 13A | 2A | 4C |
| Octal | 333 | 247 | 317 | 0 | 30 | 5 | 16 | 472 | 52 | 114 |
| Binary | 11011011 | 10100111 | 11001111 | 0 | 11000 | 101 | 1110 | 100111010 | 101010 | 1001100 |
Color Harmonies of #DBA7CF
Complementary color
Monochromatic Colors of #DBA7CF
Black with #DBA7CF
Text Example
Text Example
White with #DBA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7CF; }
p { color: rgb(219,167,207); }
H1.HeaderClassName
{
color: #DBA7CF;
}
.AnyTagClassName
{
color: #DBA7CF;
}
</style>
background-color css
<style>
a { background-color: #DBA7CF; }
a { background-color: rgb(219,167,207); }
div.DivClassName
{
background-color: #DBA7CF;
}
.BgClassName
{
background-color: #DBA7CF;
}
</style>
border-color css
<style>
span { border-color: #DBA7CF; }
span { border-color: rgb(219,167,207); }
td.TdClassName
{
border-color: #DBA7CF;
}
.TagClassName
{
border-color: #DBA7CF;
}
</style>