Shades of French Lilac #DBB7D1
Tints of French Lilac #DBB7D1
RGB
CMYK
RGB Variations
Color information
#DBB7D1 (or 0xDBB7D1) is known color: French Lilac. HEX triplet: DB, B7 and D1. RGB value is (219,183,209). Sum of RGB (Red+Green+Blue) = 219+183+209=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7D1 is #24482E. Grayscale: #C4C4C4. Windows color (decimal): -2377775 or 13744091. OLE color: 13744091.
HSL color Cylindrical-coordinate representation of color #DBB7D1: hue angle of 316.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7D1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 209 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.14 |
| HSL | 316.67º | 0.33% | 0.79% | - |
| HSV(B) | 316.67º | 0.16% | 0.86% | - |
| XYZ | 57.66 | 53.53 | 67.62 | - |
| YUV | 196.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 209 | 0 | 0.16 | 0.05 | 0.14 | 316.67 | 0.33 | 0.79 |
| Hex | DB | B7 | D1 | 0 | 10 | 5 | E | 13D | 21 | 4F |
| Octal | 333 | 267 | 321 | 0 | 20 | 5 | 16 | 475 | 41 | 117 |
| Binary | 11011011 | 10110111 | 11010001 | 0 | 10000 | 101 | 1110 | 100111101 | 100001 | 1001111 |
Color Harmonies of #DBB7D1
Complementary color
Monochromatic Colors of #DBB7D1
Black with #DBB7D1
Text Example
Text Example
White with #DBB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7D1; }
p { color: rgb(219,183,209); }
H1.HeaderClassName
{
color: #DBB7D1;
}
.AnyTagClassName
{
color: #DBB7D1;
}
</style>
background-color css
<style>
a { background-color: #DBB7D1; }
a { background-color: rgb(219,183,209); }
div.DivClassName
{
background-color: #DBB7D1;
}
.BgClassName
{
background-color: #DBB7D1;
}
</style>
border-color css
<style>
span { border-color: #DBB7D1; }
span { border-color: rgb(219,183,209); }
td.TdClassName
{
border-color: #DBB7D1;
}
.TagClassName
{
border-color: #DBB7D1;
}
</style>