Shades of French Lilac #E3AAD7
Tints of French Lilac #E3AAD7
RGB
CMYK
RGB Variations
Color information
#E3AAD7 (or 0xE3AAD7) is known color: French Lilac. HEX triplet: E3, AA and D7. RGB value is (227,170,215). Sum of RGB (Red+Green+Blue) = 227+170+215=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AAD7 is #1C5528. Grayscale: #C0C0C0. Windows color (decimal): -1856809 or 14133987. OLE color: 14133987.
HSL color Cylindrical-coordinate representation of color #E3AAD7: hue angle of 312.63º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3AAD7 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 170 | 215 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.11 |
| HSL | 312.63º | 0.5% | 0.78% | - |
| HSV(B) | 312.63º | 0.25% | 0.89% | - |
| XYZ | 58.32 | 49.99 | 70.86 | - |
| YUV | 192.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 215 | 0 | 0.25 | 0.05 | 0.11 | 312.63 | 0.5 | 0.78 |
| Hex | E3 | AA | D7 | 0 | 19 | 5 | B | 139 | 32 | 4E |
| Octal | 343 | 252 | 327 | 0 | 31 | 5 | 13 | 471 | 62 | 116 |
| Binary | 11100011 | 10101010 | 11010111 | 0 | 11001 | 101 | 1011 | 100111001 | 110010 | 1001110 |
Color Harmonies of #E3AAD7
Complementary color
Monochromatic Colors of #E3AAD7
Black with #E3AAD7
Text Example
Text Example
White with #E3AAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AAD7; }
p { color: rgb(227,170,215); }
H1.HeaderClassName
{
color: #E3AAD7;
}
.AnyTagClassName
{
color: #E3AAD7;
}
</style>
background-color css
<style>
a { background-color: #E3AAD7; }
a { background-color: rgb(227,170,215); }
div.DivClassName
{
background-color: #E3AAD7;
}
.BgClassName
{
background-color: #E3AAD7;
}
</style>
border-color css
<style>
span { border-color: #E3AAD7; }
span { border-color: rgb(227,170,215); }
td.TdClassName
{
border-color: #E3AAD7;
}
.TagClassName
{
border-color: #E3AAD7;
}
</style>