Shades of French Lilac #DBBBD5
Tints of French Lilac #DBBBD5
RGB
CMYK
RGB Variations
Color information
#DBBBD5 (or 0xDBBBD5) is known color: French Lilac. HEX triplet: DB, BB and D5. RGB value is (219,187,213). Sum of RGB (Red+Green+Blue) = 219+187+213=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBD5 is #24442A. Grayscale: #C7C7C7. Windows color (decimal): -2376747 or 14007259. OLE color: 14007259.
HSL color Cylindrical-coordinate representation of color #DBBBD5: hue angle of 311.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBD5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 213 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.14 |
| HSL | 311.25º | 0.31% | 0.8% | - |
| HSV(B) | 311.25º | 0.15% | 0.86% | - |
| XYZ | 58.99 | 55.4 | 70.54 | - |
| YUV | 199.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 213 | 0 | 0.15 | 0.03 | 0.14 | 311.25 | 0.31 | 0.8 |
| Hex | DB | BB | D5 | 0 | F | 3 | E | 137 | 1F | 50 |
| Octal | 333 | 273 | 325 | 0 | 17 | 3 | 16 | 467 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11010101 | 0 | 1111 | 11 | 1110 | 100110111 | 11111 | 1010000 |
Color Harmonies of #DBBBD5
Complementary color
Monochromatic Colors of #DBBBD5
Black with #DBBBD5
Text Example
Text Example
White with #DBBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBD5; }
p { color: rgb(219,187,213); }
H1.HeaderClassName
{
color: #DBBBD5;
}
.AnyTagClassName
{
color: #DBBBD5;
}
</style>
background-color css
<style>
a { background-color: #DBBBD5; }
a { background-color: rgb(219,187,213); }
div.DivClassName
{
background-color: #DBBBD5;
}
.BgClassName
{
background-color: #DBBBD5;
}
</style>
border-color css
<style>
span { border-color: #DBBBD5; }
span { border-color: rgb(219,187,213); }
td.TdClassName
{
border-color: #DBBBD5;
}
.TagClassName
{
border-color: #DBBBD5;
}
</style>