Shades of French Lilac #E8AAD8
Tints of French Lilac #E8AAD8
RGB
CMYK
RGB Variations
Color information
#E8AAD8 (or 0xE8AAD8) is known color: French Lilac. HEX triplet: E8, AA and D8. RGB value is (232,170,216). Sum of RGB (Red+Green+Blue) = 232+170+216=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAD8 is #175527. Grayscale: #C1C1C1. Windows color (decimal): -1529128 or 14199528. OLE color: 14199528.
HSL color Cylindrical-coordinate representation of color #E8AAD8: hue angle of 315.48º 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 #E8AAD8 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 216 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.09 |
| HSL | 315.48º | 0.57% | 0.79% | - |
| HSV(B) | 315.48º | 0.27% | 0.91% | - |
| XYZ | 60.05 | 50.86 | 71.62 | - |
| YUV | 193.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 216 | 0 | 0.27 | 0.07 | 0.09 | 315.48 | 0.57 | 0.79 |
| Hex | E8 | AA | D8 | 0 | 1B | 7 | 9 | 13B | 39 | 4F |
| Octal | 350 | 252 | 330 | 0 | 33 | 7 | 11 | 473 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11011000 | 0 | 11011 | 111 | 1001 | 100111011 | 111001 | 1001111 |
Color Harmonies of #E8AAD8
Complementary color
Monochromatic Colors of #E8AAD8
Black with #E8AAD8
Text Example
Text Example
White with #E8AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAD8; }
p { color: rgb(232,170,216); }
H1.HeaderClassName
{
color: #E8AAD8;
}
.AnyTagClassName
{
color: #E8AAD8;
}
</style>
background-color css
<style>
a { background-color: #E8AAD8; }
a { background-color: rgb(232,170,216); }
div.DivClassName
{
background-color: #E8AAD8;
}
.BgClassName
{
background-color: #E8AAD8;
}
</style>
border-color css
<style>
span { border-color: #E8AAD8; }
span { border-color: rgb(232,170,216); }
td.TdClassName
{
border-color: #E8AAD8;
}
.TagClassName
{
border-color: #E8AAD8;
}
</style>