Shades of French Lilac #DBBED7
Tints of French Lilac #DBBED7
RGB
CMYK
RGB Variations
Color information
#DBBED7 (or 0xDBBED7) is known color: French Lilac. HEX triplet: DB, BE and D7. RGB value is (219,190,215). Sum of RGB (Red+Green+Blue) = 219+190+215=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED7 is #244128. Grayscale: #C9C9C9. Windows color (decimal): -2375977 or 14139099. OLE color: 14139099.
HSL color Cylindrical-coordinate representation of color #DBBED7: hue angle of 308.28º 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 #DBBED7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 215 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.14 |
| HSL | 308.28º | 0.29% | 0.8% | - |
| HSV(B) | 308.28º | 0.13% | 0.86% | - |
| XYZ | 59.89 | 56.79 | 72.1 | - |
| YUV | 201.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 215 | 0 | 0.13 | 0.02 | 0.14 | 308.28 | 0.29 | 0.8 |
| Hex | DB | BE | D7 | 0 | D | 2 | E | 134 | 1D | 50 |
| Octal | 333 | 276 | 327 | 0 | 15 | 2 | 16 | 464 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11010111 | 0 | 1101 | 10 | 1110 | 100110100 | 11101 | 1010000 |
Color Harmonies of #DBBED7
Complementary color
Monochromatic Colors of #DBBED7
Black with #DBBED7
Text Example
Text Example
White with #DBBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBED7; }
p { color: rgb(219,190,215); }
H1.HeaderClassName
{
color: #DBBED7;
}
.AnyTagClassName
{
color: #DBBED7;
}
</style>
background-color css
<style>
a { background-color: #DBBED7; }
a { background-color: rgb(219,190,215); }
div.DivClassName
{
background-color: #DBBED7;
}
.BgClassName
{
background-color: #DBBED7;
}
</style>
border-color css
<style>
span { border-color: #DBBED7; }
span { border-color: rgb(219,190,215); }
td.TdClassName
{
border-color: #DBBED7;
}
.TagClassName
{
border-color: #DBBED7;
}
</style>