Shades of French Lilac #E2AAD7
Tints of French Lilac #E2AAD7
RGB
CMYK
RGB Variations
Color information
#E2AAD7 (or 0xE2AAD7) is known color: French Lilac. HEX triplet: E2, AA and D7. RGB value is (226,170,215). Sum of RGB (Red+Green+Blue) = 226+170+215=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD7 is #1D5528. Grayscale: #BFBFBF. Windows color (decimal): -1922345 or 14133986. OLE color: 14133986.
HSL color Cylindrical-coordinate representation of color #E2AAD7: hue angle of 311.79º degrees, saturation: 0.49, 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 #E2AAD7 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 215 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.11 |
| HSL | 311.79º | 0.49% | 0.78% | - |
| HSV(B) | 311.79º | 0.25% | 0.89% | - |
| XYZ | 58 | 49.82 | 70.85 | - |
| YUV | 191.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 215 | 0 | 0.25 | 0.05 | 0.11 | 311.79 | 0.49 | 0.78 |
| Hex | E2 | AA | D7 | 0 | 19 | 5 | B | 138 | 31 | 4E |
| Octal | 342 | 252 | 327 | 0 | 31 | 5 | 13 | 470 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11010111 | 0 | 11001 | 101 | 1011 | 100111000 | 110001 | 1001110 |
Color Harmonies of #E2AAD7
Complementary color
Monochromatic Colors of #E2AAD7
Black with #E2AAD7
Text Example
Text Example
White with #E2AAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAD7; }
p { color: rgb(226,170,215); }
H1.HeaderClassName
{
color: #E2AAD7;
}
.AnyTagClassName
{
color: #E2AAD7;
}
</style>
background-color css
<style>
a { background-color: #E2AAD7; }
a { background-color: rgb(226,170,215); }
div.DivClassName
{
background-color: #E2AAD7;
}
.BgClassName
{
background-color: #E2AAD7;
}
</style>
border-color css
<style>
span { border-color: #E2AAD7; }
span { border-color: rgb(226,170,215); }
td.TdClassName
{
border-color: #E2AAD7;
}
.TagClassName
{
border-color: #E2AAD7;
}
</style>