Shades of French Lilac #DBB5D9
Tints of French Lilac #DBB5D9
RGB
CMYK
RGB Variations
Color information
#DBB5D9 (or 0xDBB5D9) is known color: French Lilac. HEX triplet: DB, B5 and D9. RGB value is (219,181,217). Sum of RGB (Red+Green+Blue) = 219+181+217=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5D9 is #244A26. Grayscale: #C4C4C4. Windows color (decimal): -2378279 or 14267867. OLE color: 14267867.
HSL color Cylindrical-coordinate representation of color #DBB5D9: hue angle of 303.16º 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 #DBB5D9 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 217 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.14 |
| HSL | 303.16º | 0.35% | 0.78% | - |
| HSV(B) | 303.16º | 0.17% | 0.86% | - |
| XYZ | 58.26 | 53.12 | 72.83 | - |
| YUV | 196.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 217 | 0 | 0.17 | 0.01 | 0.14 | 303.16 | 0.35 | 0.78 |
| Hex | DB | B5 | D9 | 0 | 11 | 1 | E | 12F | 23 | 4E |
| Octal | 333 | 265 | 331 | 0 | 21 | 1 | 16 | 457 | 43 | 116 |
| Binary | 11011011 | 10110101 | 11011001 | 0 | 10001 | 1 | 1110 | 100101111 | 100011 | 1001110 |
Color Harmonies of #DBB5D9
Complementary color
Monochromatic Colors of #DBB5D9
Black with #DBB5D9
Text Example
Text Example
White with #DBB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5D9; }
p { color: rgb(219,181,217); }
H1.HeaderClassName
{
color: #DBB5D9;
}
.AnyTagClassName
{
color: #DBB5D9;
}
</style>
background-color css
<style>
a { background-color: #DBB5D9; }
a { background-color: rgb(219,181,217); }
div.DivClassName
{
background-color: #DBB5D9;
}
.BgClassName
{
background-color: #DBB5D9;
}
</style>
border-color css
<style>
span { border-color: #DBB5D9; }
span { border-color: rgb(219,181,217); }
td.TdClassName
{
border-color: #DBB5D9;
}
.TagClassName
{
border-color: #DBB5D9;
}
</style>