Shades of French Lilac #DBB1D6
Tints of French Lilac #DBB1D6
RGB
CMYK
RGB Variations
Color information
#DBB1D6 (or 0xDBB1D6) is known color: French Lilac. HEX triplet: DB, B1 and D6. RGB value is (219,177,214). Sum of RGB (Red+Green+Blue) = 219+177+214=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1D6 is #244E29. Grayscale: #C1C1C1. Windows color (decimal): -2379306 or 14070235. OLE color: 14070235.
HSL color Cylindrical-coordinate representation of color #DBB1D6: hue angle of 307.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1D6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 214 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.14 |
| HSL | 307.14º | 0.37% | 0.78% | - |
| HSV(B) | 307.14º | 0.19% | 0.86% | - |
| XYZ | 57.07 | 51.36 | 70.52 | - |
| YUV | 193.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 214 | 0 | 0.19 | 0.02 | 0.14 | 307.14 | 0.37 | 0.78 |
| Hex | DB | B1 | D6 | 0 | 13 | 2 | E | 133 | 25 | 4E |
| Octal | 333 | 261 | 326 | 0 | 23 | 2 | 16 | 463 | 45 | 116 |
| Binary | 11011011 | 10110001 | 11010110 | 0 | 10011 | 10 | 1110 | 100110011 | 100101 | 1001110 |
Color Harmonies of #DBB1D6
Complementary color
Monochromatic Colors of #DBB1D6
Black with #DBB1D6
Text Example
Text Example
White with #DBB1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1D6; }
p { color: rgb(219,177,214); }
H1.HeaderClassName
{
color: #DBB1D6;
}
.AnyTagClassName
{
color: #DBB1D6;
}
</style>
background-color css
<style>
a { background-color: #DBB1D6; }
a { background-color: rgb(219,177,214); }
div.DivClassName
{
background-color: #DBB1D6;
}
.BgClassName
{
background-color: #DBB1D6;
}
</style>
border-color css
<style>
span { border-color: #DBB1D6; }
span { border-color: rgb(219,177,214); }
td.TdClassName
{
border-color: #DBB1D6;
}
.TagClassName
{
border-color: #DBB1D6;
}
</style>