Shades of French Lilac #DBBDD6
Tints of French Lilac #DBBDD6
RGB
CMYK
RGB Variations
Color information
#DBBDD6 (or 0xDBBDD6) is known color: French Lilac. HEX triplet: DB, BD and D6. RGB value is (219,189,214). Sum of RGB (Red+Green+Blue) = 219+189+214=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDD6 is #244229. Grayscale: #C8C8C8. Windows color (decimal): -2376234 or 14073307. OLE color: 14073307.
HSL color Cylindrical-coordinate representation of color #DBBDD6: hue angle of 310º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDD6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 214 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.14 |
| HSL | 310º | 0.29% | 0.8% | - |
| HSV(B) | 310º | 0.14% | 0.86% | - |
| XYZ | 59.55 | 56.31 | 71.35 | - |
| YUV | 200.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 214 | 0 | 0.14 | 0.02 | 0.14 | 310 | 0.29 | 0.8 |
| Hex | DB | BD | D6 | 0 | E | 2 | E | 136 | 1D | 50 |
| Octal | 333 | 275 | 326 | 0 | 16 | 2 | 16 | 466 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11010110 | 0 | 1110 | 10 | 1110 | 100110110 | 11101 | 1010000 |
Color Harmonies of #DBBDD6
Complementary color
Monochromatic Colors of #DBBDD6
Black with #DBBDD6
Text Example
Text Example
White with #DBBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDD6; }
p { color: rgb(219,189,214); }
H1.HeaderClassName
{
color: #DBBDD6;
}
.AnyTagClassName
{
color: #DBBDD6;
}
</style>
background-color css
<style>
a { background-color: #DBBDD6; }
a { background-color: rgb(219,189,214); }
div.DivClassName
{
background-color: #DBBDD6;
}
.BgClassName
{
background-color: #DBBDD6;
}
</style>
border-color css
<style>
span { border-color: #DBBDD6; }
span { border-color: rgb(219,189,214); }
td.TdClassName
{
border-color: #DBBDD6;
}
.TagClassName
{
border-color: #DBBDD6;
}
</style>