Shades of French Lilac #E8AAD9
Tints of French Lilac #E8AAD9
RGB
CMYK
RGB Variations
Color information
#E8AAD9 (or 0xE8AAD9) is known color: French Lilac. HEX triplet: E8, AA and D9. RGB value is (232,170,217). Sum of RGB (Red+Green+Blue) = 232+170+217=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAD9 is #175526. Grayscale: #C1C1C1. Windows color (decimal): -1529127 or 14265064. OLE color: 14265064.
HSL color Cylindrical-coordinate representation of color #E8AAD9: hue angle of 314.52º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AAD9 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 217 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.09 |
| HSL | 314.52º | 0.57% | 0.79% | - |
| HSV(B) | 314.52º | 0.27% | 0.91% | - |
| XYZ | 60.18 | 50.92 | 72.3 | - |
| YUV | 193.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 217 | 0 | 0.27 | 0.06 | 0.09 | 314.52 | 0.57 | 0.79 |
| Hex | E8 | AA | D9 | 0 | 1B | 6 | 9 | 13B | 39 | 4F |
| Octal | 350 | 252 | 331 | 0 | 33 | 6 | 11 | 473 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11011001 | 0 | 11011 | 110 | 1001 | 100111011 | 111001 | 1001111 |
Color Harmonies of #E8AAD9
Complementary color
Monochromatic Colors of #E8AAD9
Black with #E8AAD9
Text Example
Text Example
White with #E8AAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAD9; }
p { color: rgb(232,170,217); }
H1.HeaderClassName
{
color: #E8AAD9;
}
.AnyTagClassName
{
color: #E8AAD9;
}
</style>
background-color css
<style>
a { background-color: #E8AAD9; }
a { background-color: rgb(232,170,217); }
div.DivClassName
{
background-color: #E8AAD9;
}
.BgClassName
{
background-color: #E8AAD9;
}
</style>
border-color css
<style>
span { border-color: #E8AAD9; }
span { border-color: rgb(232,170,217); }
td.TdClassName
{
border-color: #E8AAD9;
}
.TagClassName
{
border-color: #E8AAD9;
}
</style>