Shades of French Lilac #E5B0DB
Tints of French Lilac #E5B0DB
RGB
CMYK
RGB Variations
Color information
#E5B0DB (or 0xE5B0DB) is known color: French Lilac. HEX triplet: E5, B0 and DB. RGB value is (229,176,219). Sum of RGB (Red+Green+Blue) = 229+176+219=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B0DB is #1A4F24. Grayscale: #C4C4C4. Windows color (decimal): -1724197 or 14397669. OLE color: 14397669.
HSL color Cylindrical-coordinate representation of color #E5B0DB: hue angle of 311.32º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B0DB is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 219 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.10 |
| HSL | 311.32º | 0.5% | 0.79% | - |
| HSV(B) | 311.32º | 0.23% | 0.9% | - |
| XYZ | 60.62 | 52.82 | 74.02 | - |
| YUV | 196.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 219 | 0 | 0.23 | 0.04 | 0.10 | 311.32 | 0.5 | 0.79 |
| Hex | E5 | B0 | DB | 0 | 17 | 4 | A | 137 | 32 | 4F |
| Octal | 345 | 260 | 333 | 0 | 27 | 4 | 12 | 467 | 62 | 117 |
| Binary | 11100101 | 10110000 | 11011011 | 0 | 10111 | 100 | 1010 | 100110111 | 110010 | 1001111 |
Color Harmonies of #E5B0DB
Complementary color
Monochromatic Colors of #E5B0DB
Black with #E5B0DB
Text Example
Text Example
White with #E5B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0DB; }
p { color: rgb(229,176,219); }
H1.HeaderClassName
{
color: #E5B0DB;
}
.AnyTagClassName
{
color: #E5B0DB;
}
</style>
background-color css
<style>
a { background-color: #E5B0DB; }
a { background-color: rgb(229,176,219); }
div.DivClassName
{
background-color: #E5B0DB;
}
.BgClassName
{
background-color: #E5B0DB;
}
</style>
border-color css
<style>
span { border-color: #E5B0DB; }
span { border-color: rgb(229,176,219); }
td.TdClassName
{
border-color: #E5B0DB;
}
.TagClassName
{
border-color: #E5B0DB;
}
</style>