Shades of French Lilac #DBB7D6
Tints of French Lilac #DBB7D6
RGB
CMYK
RGB Variations
Color information
#DBB7D6 (or 0xDBB7D6) is known color: French Lilac. HEX triplet: DB, B7 and D6. RGB value is (219,183,214). Sum of RGB (Red+Green+Blue) = 219+183+214=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7D6 is #244829. Grayscale: #C5C5C5. Windows color (decimal): -2377770 or 14071771. OLE color: 14071771.
HSL color Cylindrical-coordinate representation of color #DBB7D6: hue angle of 308.33º 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 #DBB7D6 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 214 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.14 |
| HSL | 308.33º | 0.33% | 0.79% | - |
| HSV(B) | 308.33º | 0.16% | 0.86% | - |
| XYZ | 58.28 | 53.78 | 70.93 | - |
| YUV | 197.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 214 | 0 | 0.16 | 0.02 | 0.14 | 308.33 | 0.33 | 0.79 |
| Hex | DB | B7 | D6 | 0 | 10 | 2 | E | 134 | 21 | 4F |
| Octal | 333 | 267 | 326 | 0 | 20 | 2 | 16 | 464 | 41 | 117 |
| Binary | 11011011 | 10110111 | 11010110 | 0 | 10000 | 10 | 1110 | 100110100 | 100001 | 1001111 |
Color Harmonies of #DBB7D6
Complementary color
Monochromatic Colors of #DBB7D6
Black with #DBB7D6
Text Example
Text Example
White with #DBB7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7D6; }
p { color: rgb(219,183,214); }
H1.HeaderClassName
{
color: #DBB7D6;
}
.AnyTagClassName
{
color: #DBB7D6;
}
</style>
background-color css
<style>
a { background-color: #DBB7D6; }
a { background-color: rgb(219,183,214); }
div.DivClassName
{
background-color: #DBB7D6;
}
.BgClassName
{
background-color: #DBB7D6;
}
</style>
border-color css
<style>
span { border-color: #DBB7D6; }
span { border-color: rgb(219,183,214); }
td.TdClassName
{
border-color: #DBB7D6;
}
.TagClassName
{
border-color: #DBB7D6;
}
</style>