Shades of French Lilac #E9AAD9
Tints of French Lilac #E9AAD9
RGB
CMYK
RGB Variations
Color information
#E9AAD9 (or 0xE9AAD9) is known color: French Lilac. HEX triplet: E9, AA and D9. RGB value is (233,170,217). Sum of RGB (Red+Green+Blue) = 233+170+217=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAD9 is #165526. Grayscale: #C2C2C2. Windows color (decimal): -1463591 or 14265065. OLE color: 14265065.
HSL color Cylindrical-coordinate representation of color #E9AAD9: hue angle of 315.24º 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 #E9AAD9 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 217 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.09 |
| HSL | 315.24º | 0.59% | 0.79% | - |
| HSV(B) | 315.24º | 0.27% | 0.91% | - |
| XYZ | 60.5 | 51.08 | 72.32 | - |
| YUV | 194.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 217 | 0 | 0.27 | 0.07 | 0.09 | 315.24 | 0.59 | 0.79 |
| Hex | E9 | AA | D9 | 0 | 1B | 7 | 9 | 13B | 3B | 4F |
| Octal | 351 | 252 | 331 | 0 | 33 | 7 | 11 | 473 | 73 | 117 |
| Binary | 11101001 | 10101010 | 11011001 | 0 | 11011 | 111 | 1001 | 100111011 | 111011 | 1001111 |
Color Harmonies of #E9AAD9
Complementary color
Monochromatic Colors of #E9AAD9
Black with #E9AAD9
Text Example
Text Example
White with #E9AAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAD9; }
p { color: rgb(233,170,217); }
H1.HeaderClassName
{
color: #E9AAD9;
}
.AnyTagClassName
{
color: #E9AAD9;
}
</style>
background-color css
<style>
a { background-color: #E9AAD9; }
a { background-color: rgb(233,170,217); }
div.DivClassName
{
background-color: #E9AAD9;
}
.BgClassName
{
background-color: #E9AAD9;
}
</style>
border-color css
<style>
span { border-color: #E9AAD9; }
span { border-color: rgb(233,170,217); }
td.TdClassName
{
border-color: #E9AAD9;
}
.TagClassName
{
border-color: #E9AAD9;
}
</style>