Shades of French Lilac #DBB6D9
Tints of French Lilac #DBB6D9
RGB
CMYK
RGB Variations
Color information
#DBB6D9 (or 0xDBB6D9) is known color: French Lilac. HEX triplet: DB, B6 and D9. RGB value is (219,182,217). Sum of RGB (Red+Green+Blue) = 219+182+217=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6D9 is #244926. Grayscale: #C4C4C4. Windows color (decimal): -2378023 or 14268123. OLE color: 14268123.
HSL color Cylindrical-coordinate representation of color #DBB6D9: hue angle of 303.24º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6D9 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 217 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.14 |
| HSL | 303.24º | 0.34% | 0.79% | - |
| HSV(B) | 303.24º | 0.17% | 0.86% | - |
| XYZ | 58.47 | 53.53 | 72.9 | - |
| YUV | 197.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 217 | 0 | 0.17 | 0.01 | 0.14 | 303.24 | 0.34 | 0.79 |
| Hex | DB | B6 | D9 | 0 | 11 | 1 | E | 12F | 22 | 4F |
| Octal | 333 | 266 | 331 | 0 | 21 | 1 | 16 | 457 | 42 | 117 |
| Binary | 11011011 | 10110110 | 11011001 | 0 | 10001 | 1 | 1110 | 100101111 | 100010 | 1001111 |
Color Harmonies of #DBB6D9
Complementary color
Monochromatic Colors of #DBB6D9
Black with #DBB6D9
Text Example
Text Example
White with #DBB6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6D9; }
p { color: rgb(219,182,217); }
H1.HeaderClassName
{
color: #DBB6D9;
}
.AnyTagClassName
{
color: #DBB6D9;
}
</style>
background-color css
<style>
a { background-color: #DBB6D9; }
a { background-color: rgb(219,182,217); }
div.DivClassName
{
background-color: #DBB6D9;
}
.BgClassName
{
background-color: #DBB6D9;
}
</style>
border-color css
<style>
span { border-color: #DBB6D9; }
span { border-color: rgb(219,182,217); }
td.TdClassName
{
border-color: #DBB6D9;
}
.TagClassName
{
border-color: #DBB6D9;
}
</style>