Shades of French Lilac #E5A9DB
Tints of French Lilac #E5A9DB
RGB
CMYK
RGB Variations
Color information
#E5A9DB (or 0xE5A9DB) is known color: French Lilac. HEX triplet: E5, A9 and DB. RGB value is (229,169,219). Sum of RGB (Red+Green+Blue) = 229+169+219=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A9DB is #1A5624. Grayscale: #C0C0C0. Windows color (decimal): -1725989 or 14395877. OLE color: 14395877.
HSL color Cylindrical-coordinate representation of color #E5A9DB: hue angle of 310º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5A9DB is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 219 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.10 |
| HSL | 310º | 0.54% | 0.78% | - |
| HSV(B) | 310º | 0.26% | 0.9% | - |
| XYZ | 59.29 | 50.15 | 73.57 | - |
| YUV | 192.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 219 | 0 | 0.26 | 0.04 | 0.10 | 310 | 0.54 | 0.78 |
| Hex | E5 | A9 | DB | 0 | 1A | 4 | A | 136 | 36 | 4E |
| Octal | 345 | 251 | 333 | 0 | 32 | 4 | 12 | 466 | 66 | 116 |
| Binary | 11100101 | 10101001 | 11011011 | 0 | 11010 | 100 | 1010 | 100110110 | 110110 | 1001110 |
Color Harmonies of #E5A9DB
Complementary color
Monochromatic Colors of #E5A9DB
Black with #E5A9DB
Text Example
Text Example
White with #E5A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A9DB; }
p { color: rgb(229,169,219); }
H1.HeaderClassName
{
color: #E5A9DB;
}
.AnyTagClassName
{
color: #E5A9DB;
}
</style>
background-color css
<style>
a { background-color: #E5A9DB; }
a { background-color: rgb(229,169,219); }
div.DivClassName
{
background-color: #E5A9DB;
}
.BgClassName
{
background-color: #E5A9DB;
}
</style>
border-color css
<style>
span { border-color: #E5A9DB; }
span { border-color: rgb(229,169,219); }
td.TdClassName
{
border-color: #E5A9DB;
}
.TagClassName
{
border-color: #E5A9DB;
}
</style>