Shades of French Lilac #E7AAD2
Tints of French Lilac #E7AAD2
RGB
CMYK
RGB Variations
Color information
#E7AAD2 (or 0xE7AAD2) is known color: French Lilac. HEX triplet: E7, AA and D2. RGB value is (231,170,210). Sum of RGB (Red+Green+Blue) = 231+170+210=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD2 is #18552D. Grayscale: #C0C0C0. Windows color (decimal): -1594670 or 13806311. OLE color: 13806311.
HSL color Cylindrical-coordinate representation of color #E7AAD2: hue angle of 320.66º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7AAD2 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 210 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.09 |
| HSL | 320.66º | 0.56% | 0.79% | - |
| HSV(B) | 320.66º | 0.26% | 0.91% | - |
| XYZ | 58.96 | 50.39 | 67.59 | - |
| YUV | 192.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 210 | 0 | 0.26 | 0.09 | 0.09 | 320.66 | 0.56 | 0.79 |
| Hex | E7 | AA | D2 | 0 | 1A | 9 | 9 | 141 | 38 | 4F |
| Octal | 347 | 252 | 322 | 0 | 32 | 11 | 11 | 501 | 70 | 117 |
| Binary | 11100111 | 10101010 | 11010010 | 0 | 11010 | 1001 | 1001 | 101000001 | 111000 | 1001111 |
Color Harmonies of #E7AAD2
Complementary color
Monochromatic Colors of #E7AAD2
Black with #E7AAD2
Text Example
Text Example
White with #E7AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AAD2; }
p { color: rgb(231,170,210); }
H1.HeaderClassName
{
color: #E7AAD2;
}
.AnyTagClassName
{
color: #E7AAD2;
}
</style>
background-color css
<style>
a { background-color: #E7AAD2; }
a { background-color: rgb(231,170,210); }
div.DivClassName
{
background-color: #E7AAD2;
}
.BgClassName
{
background-color: #E7AAD2;
}
</style>
border-color css
<style>
span { border-color: #E7AAD2; }
span { border-color: rgb(231,170,210); }
td.TdClassName
{
border-color: #E7AAD2;
}
.TagClassName
{
border-color: #E7AAD2;
}
</style>