Shades of French Lilac #DBBDD8
Tints of French Lilac #DBBDD8
RGB
CMYK
RGB Variations
Color information
#DBBDD8 (or 0xDBBDD8) is known color: French Lilac. HEX triplet: DB, BD and D8. RGB value is (219,189,216). Sum of RGB (Red+Green+Blue) = 219+189+216=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDD8 is #244227. Grayscale: #C8C8C8. Windows color (decimal): -2376232 or 14204379. OLE color: 14204379.
HSL color Cylindrical-coordinate representation of color #DBBDD8: hue angle of 306º 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 #DBBDD8 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 216 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.14 |
| HSL | 306º | 0.29% | 0.8% | - |
| HSV(B) | 306º | 0.14% | 0.86% | - |
| XYZ | 59.81 | 56.41 | 72.7 | - |
| YUV | 201.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 216 | 0 | 0.14 | 0.01 | 0.14 | 306 | 0.29 | 0.8 |
| Hex | DB | BD | D8 | 0 | E | 1 | E | 132 | 1D | 50 |
| Octal | 333 | 275 | 330 | 0 | 16 | 1 | 16 | 462 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11011000 | 0 | 1110 | 1 | 1110 | 100110010 | 11101 | 1010000 |
Color Harmonies of #DBBDD8
Complementary color
Monochromatic Colors of #DBBDD8
Black with #DBBDD8
Text Example
Text Example
White with #DBBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDD8; }
p { color: rgb(219,189,216); }
H1.HeaderClassName
{
color: #DBBDD8;
}
.AnyTagClassName
{
color: #DBBDD8;
}
</style>
background-color css
<style>
a { background-color: #DBBDD8; }
a { background-color: rgb(219,189,216); }
div.DivClassName
{
background-color: #DBBDD8;
}
.BgClassName
{
background-color: #DBBDD8;
}
</style>
border-color css
<style>
span { border-color: #DBBDD8; }
span { border-color: rgb(219,189,216); }
td.TdClassName
{
border-color: #DBBDD8;
}
.TagClassName
{
border-color: #DBBDD8;
}
</style>