Shades of French Lilac #E9AAD8
Tints of French Lilac #E9AAD8
RGB
CMYK
RGB Variations
Color information
#E9AAD8 (or 0xE9AAD8) is known color: French Lilac. HEX triplet: E9, AA and D8. RGB value is (233,170,216). Sum of RGB (Red+Green+Blue) = 233+170+216=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAD8 is #165527. Grayscale: #C1C1C1. Windows color (decimal): -1463592 or 14199529. OLE color: 14199529.
HSL color Cylindrical-coordinate representation of color #E9AAD8: hue angle of 316.19º degrees, saturation: 0.59, 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 #E9AAD8 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 216 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.09 |
| HSL | 316.19º | 0.59% | 0.79% | - |
| HSV(B) | 316.19º | 0.27% | 0.91% | - |
| XYZ | 60.37 | 51.03 | 71.63 | - |
| YUV | 194.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 216 | 0 | 0.27 | 0.07 | 0.09 | 316.19 | 0.59 | 0.79 |
| Hex | E9 | AA | D8 | 0 | 1B | 7 | 9 | 13C | 3B | 4F |
| Octal | 351 | 252 | 330 | 0 | 33 | 7 | 11 | 474 | 73 | 117 |
| Binary | 11101001 | 10101010 | 11011000 | 0 | 11011 | 111 | 1001 | 100111100 | 111011 | 1001111 |
Color Harmonies of #E9AAD8
Complementary color
Monochromatic Colors of #E9AAD8
Black with #E9AAD8
Text Example
Text Example
White with #E9AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAD8; }
p { color: rgb(233,170,216); }
H1.HeaderClassName
{
color: #E9AAD8;
}
.AnyTagClassName
{
color: #E9AAD8;
}
</style>
background-color css
<style>
a { background-color: #E9AAD8; }
a { background-color: rgb(233,170,216); }
div.DivClassName
{
background-color: #E9AAD8;
}
.BgClassName
{
background-color: #E9AAD8;
}
</style>
border-color css
<style>
span { border-color: #E9AAD8; }
span { border-color: rgb(233,170,216); }
td.TdClassName
{
border-color: #E9AAD8;
}
.TagClassName
{
border-color: #E9AAD8;
}
</style>