Shades of French Lilac #DBB6D1
Tints of French Lilac #DBB6D1
RGB
CMYK
RGB Variations
Color information
#DBB6D1 (or 0xDBB6D1) is known color: French Lilac. HEX triplet: DB, B6 and D1. RGB value is (219,182,209). Sum of RGB (Red+Green+Blue) = 219+182+209=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6D1 is #24492E. Grayscale: #C4C4C4. Windows color (decimal): -2378031 or 13743835. OLE color: 13743835.
HSL color Cylindrical-coordinate representation of color #DBB6D1: hue angle of 316.22º 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 #DBB6D1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 209 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.14 |
| HSL | 316.22º | 0.34% | 0.79% | - |
| HSV(B) | 316.22º | 0.17% | 0.86% | - |
| XYZ | 57.45 | 53.12 | 67.55 | - |
| YUV | 196.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 209 | 0 | 0.17 | 0.05 | 0.14 | 316.22 | 0.34 | 0.79 |
| Hex | DB | B6 | D1 | 0 | 11 | 5 | E | 13C | 22 | 4F |
| Octal | 333 | 266 | 321 | 0 | 21 | 5 | 16 | 474 | 42 | 117 |
| Binary | 11011011 | 10110110 | 11010001 | 0 | 10001 | 101 | 1110 | 100111100 | 100010 | 1001111 |
Color Harmonies of #DBB6D1
Complementary color
Monochromatic Colors of #DBB6D1
Black with #DBB6D1
Text Example
Text Example
White with #DBB6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6D1; }
p { color: rgb(219,182,209); }
H1.HeaderClassName
{
color: #DBB6D1;
}
.AnyTagClassName
{
color: #DBB6D1;
}
</style>
background-color css
<style>
a { background-color: #DBB6D1; }
a { background-color: rgb(219,182,209); }
div.DivClassName
{
background-color: #DBB6D1;
}
.BgClassName
{
background-color: #DBB6D1;
}
</style>
border-color css
<style>
span { border-color: #DBB6D1; }
span { border-color: rgb(219,182,209); }
td.TdClassName
{
border-color: #DBB6D1;
}
.TagClassName
{
border-color: #DBB6D1;
}
</style>