Shades of French Lilac #DBB5D8
Tints of French Lilac #DBB5D8
RGB
CMYK
RGB Variations
Color information
#DBB5D8 (or 0xDBB5D8) is known color: French Lilac. HEX triplet: DB, B5 and D8. RGB value is (219,181,216). Sum of RGB (Red+Green+Blue) = 219+181+216=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5D8 is #244A27. Grayscale: #C4C4C4. Windows color (decimal): -2378280 or 14202331. OLE color: 14202331.
HSL color Cylindrical-coordinate representation of color #DBB5D8: hue angle of 304.74º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5D8 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 216 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.14 |
| HSL | 304.74º | 0.35% | 0.78% | - |
| HSV(B) | 304.74º | 0.17% | 0.86% | - |
| XYZ | 58.13 | 53.07 | 72.14 | - |
| YUV | 196.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 216 | 0 | 0.17 | 0.01 | 0.14 | 304.74 | 0.35 | 0.78 |
| Hex | DB | B5 | D8 | 0 | 11 | 1 | E | 131 | 23 | 4E |
| Octal | 333 | 265 | 330 | 0 | 21 | 1 | 16 | 461 | 43 | 116 |
| Binary | 11011011 | 10110101 | 11011000 | 0 | 10001 | 1 | 1110 | 100110001 | 100011 | 1001110 |
Color Harmonies of #DBB5D8
Complementary color
Monochromatic Colors of #DBB5D8
Black with #DBB5D8
Text Example
Text Example
White with #DBB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5D8; }
p { color: rgb(219,181,216); }
H1.HeaderClassName
{
color: #DBB5D8;
}
.AnyTagClassName
{
color: #DBB5D8;
}
</style>
background-color css
<style>
a { background-color: #DBB5D8; }
a { background-color: rgb(219,181,216); }
div.DivClassName
{
background-color: #DBB5D8;
}
.BgClassName
{
background-color: #DBB5D8;
}
</style>
border-color css
<style>
span { border-color: #DBB5D8; }
span { border-color: rgb(219,181,216); }
td.TdClassName
{
border-color: #DBB5D8;
}
.TagClassName
{
border-color: #DBB5D8;
}
</style>