Shades of French Lilac #E7A9D9
Tints of French Lilac #E7A9D9
RGB
CMYK
RGB Variations
Color information
#E7A9D9 (or 0xE7A9D9) is known color: French Lilac. HEX triplet: E7, A9 and D9. RGB value is (231,169,217). Sum of RGB (Red+Green+Blue) = 231+169+217=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9D9 is #185626. Grayscale: #C0C0C0. Windows color (decimal): -1594919 or 14264807. OLE color: 14264807.
HSL color Cylindrical-coordinate representation of color #E7A9D9: hue angle of 313.55º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A9D9 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 217 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.09 |
| HSL | 313.55º | 0.56% | 0.78% | - |
| HSV(B) | 313.55º | 0.27% | 0.91% | - |
| XYZ | 59.67 | 50.37 | 72.22 | - |
| YUV | 193.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 217 | 0 | 0.27 | 0.06 | 0.09 | 313.55 | 0.56 | 0.78 |
| Hex | E7 | A9 | D9 | 0 | 1B | 6 | 9 | 13A | 38 | 4E |
| Octal | 347 | 251 | 331 | 0 | 33 | 6 | 11 | 472 | 70 | 116 |
| Binary | 11100111 | 10101001 | 11011001 | 0 | 11011 | 110 | 1001 | 100111010 | 111000 | 1001110 |
Color Harmonies of #E7A9D9
Complementary color
Monochromatic Colors of #E7A9D9
Black with #E7A9D9
Text Example
Text Example
White with #E7A9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A9D9; }
p { color: rgb(231,169,217); }
H1.HeaderClassName
{
color: #E7A9D9;
}
.AnyTagClassName
{
color: #E7A9D9;
}
</style>
background-color css
<style>
a { background-color: #E7A9D9; }
a { background-color: rgb(231,169,217); }
div.DivClassName
{
background-color: #E7A9D9;
}
.BgClassName
{
background-color: #E7A9D9;
}
</style>
border-color css
<style>
span { border-color: #E7A9D9; }
span { border-color: rgb(231,169,217); }
td.TdClassName
{
border-color: #E7A9D9;
}
.TagClassName
{
border-color: #E7A9D9;
}
</style>