Shades of French Lilac #DBBED8
Tints of French Lilac #DBBED8
RGB
CMYK
RGB Variations
Color information
#DBBED8 (or 0xDBBED8) is known color: French Lilac. HEX triplet: DB, BE and D8. RGB value is (219,190,216). Sum of RGB (Red+Green+Blue) = 219+190+216=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED8 is #244127. Grayscale: #C9C9C9. Windows color (decimal): -2375976 or 14204635. OLE color: 14204635.
HSL color Cylindrical-coordinate representation of color #DBBED8: hue angle of 306.21º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBED8 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 216 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.14 |
| HSL | 306.21º | 0.29% | 0.8% | - |
| HSV(B) | 306.21º | 0.13% | 0.86% | - |
| XYZ | 60.02 | 56.84 | 72.77 | - |
| YUV | 201.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 216 | 0 | 0.13 | 0.01 | 0.14 | 306.21 | 0.29 | 0.8 |
| Hex | DB | BE | D8 | 0 | D | 1 | E | 132 | 1D | 50 |
| Octal | 333 | 276 | 330 | 0 | 15 | 1 | 16 | 462 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11011000 | 0 | 1101 | 1 | 1110 | 100110010 | 11101 | 1010000 |
Color Harmonies of #DBBED8
Complementary color
Monochromatic Colors of #DBBED8
Black with #DBBED8
Text Example
Text Example
White with #DBBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBED8; }
p { color: rgb(219,190,216); }
H1.HeaderClassName
{
color: #DBBED8;
}
.AnyTagClassName
{
color: #DBBED8;
}
</style>
background-color css
<style>
a { background-color: #DBBED8; }
a { background-color: rgb(219,190,216); }
div.DivClassName
{
background-color: #DBBED8;
}
.BgClassName
{
background-color: #DBBED8;
}
</style>
border-color css
<style>
span { border-color: #DBBED8; }
span { border-color: rgb(219,190,216); }
td.TdClassName
{
border-color: #DBBED8;
}
.TagClassName
{
border-color: #DBBED8;
}
</style>