Shades of French Lilac #E5A8DB
Tints of French Lilac #E5A8DB
RGB
CMYK
RGB Variations
Color information
#E5A8DB (or 0xE5A8DB) is known color: French Lilac. HEX triplet: E5, A8 and DB. RGB value is (229,168,219). Sum of RGB (Red+Green+Blue) = 229+168+219=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A8DB is #1A5724. Grayscale: #BFBFBF. Windows color (decimal): -1726245 or 14395621. OLE color: 14395621.
HSL color Cylindrical-coordinate representation of color #E5A8DB: hue angle of 309.84º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A8DB is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 219 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.10 |
| HSL | 309.84º | 0.54% | 0.78% | - |
| HSV(B) | 309.84º | 0.27% | 0.9% | - |
| XYZ | 59.1 | 49.78 | 73.51 | - |
| YUV | 192.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 219 | 0 | 0.27 | 0.04 | 0.10 | 309.84 | 0.54 | 0.78 |
| Hex | E5 | A8 | DB | 0 | 1B | 4 | A | 136 | 36 | 4E |
| Octal | 345 | 250 | 333 | 0 | 33 | 4 | 12 | 466 | 66 | 116 |
| Binary | 11100101 | 10101000 | 11011011 | 0 | 11011 | 100 | 1010 | 100110110 | 110110 | 1001110 |
Color Harmonies of #E5A8DB
Complementary color
Monochromatic Colors of #E5A8DB
Black with #E5A8DB
Text Example
Text Example
White with #E5A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A8DB; }
p { color: rgb(229,168,219); }
H1.HeaderClassName
{
color: #E5A8DB;
}
.AnyTagClassName
{
color: #E5A8DB;
}
</style>
background-color css
<style>
a { background-color: #E5A8DB; }
a { background-color: rgb(229,168,219); }
div.DivClassName
{
background-color: #E5A8DB;
}
.BgClassName
{
background-color: #E5A8DB;
}
</style>
border-color css
<style>
span { border-color: #E5A8DB; }
span { border-color: rgb(229,168,219); }
td.TdClassName
{
border-color: #E5A8DB;
}
.TagClassName
{
border-color: #E5A8DB;
}
</style>