Shades of French Lilac #E7AAD3
Tints of French Lilac #E7AAD3
RGB
CMYK
RGB Variations
Color information
#E7AAD3 (or 0xE7AAD3) is known color: French Lilac. HEX triplet: E7, AA and D3. RGB value is (231,170,211). Sum of RGB (Red+Green+Blue) = 231+170+211=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD3 is #18552C. Grayscale: #C0C0C0. Windows color (decimal): -1594669 or 13871847. OLE color: 13871847.
HSL color Cylindrical-coordinate representation of color #E7AAD3: hue angle of 319.67º 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 #E7AAD3 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 211 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.09 |
| HSL | 319.67º | 0.56% | 0.79% | - |
| HSV(B) | 319.67º | 0.26% | 0.91% | - |
| XYZ | 59.09 | 50.44 | 68.25 | - |
| YUV | 192.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 211 | 0 | 0.26 | 0.09 | 0.09 | 319.67 | 0.56 | 0.79 |
| Hex | E7 | AA | D3 | 0 | 1A | 9 | 9 | 140 | 38 | 4F |
| Octal | 347 | 252 | 323 | 0 | 32 | 11 | 11 | 500 | 70 | 117 |
| Binary | 11100111 | 10101010 | 11010011 | 0 | 11010 | 1001 | 1001 | 101000000 | 111000 | 1001111 |
Color Harmonies of #E7AAD3
Complementary color
Monochromatic Colors of #E7AAD3
Black with #E7AAD3
Text Example
Text Example
White with #E7AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AAD3; }
p { color: rgb(231,170,211); }
H1.HeaderClassName
{
color: #E7AAD3;
}
.AnyTagClassName
{
color: #E7AAD3;
}
</style>
background-color css
<style>
a { background-color: #E7AAD3; }
a { background-color: rgb(231,170,211); }
div.DivClassName
{
background-color: #E7AAD3;
}
.BgClassName
{
background-color: #E7AAD3;
}
</style>
border-color css
<style>
span { border-color: #E7AAD3; }
span { border-color: rgb(231,170,211); }
td.TdClassName
{
border-color: #E7AAD3;
}
.TagClassName
{
border-color: #E7AAD3;
}
</style>