Shades of French Lilac #E7A8D9
Tints of French Lilac #E7A8D9
RGB
CMYK
RGB Variations
Color information
#E7A8D9 (or 0xE7A8D9) is known color: French Lilac. HEX triplet: E7, A8 and D9. RGB value is (231,168,217). Sum of RGB (Red+Green+Blue) = 231+168+217=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8D9 is #185726. Grayscale: #C0C0C0. Windows color (decimal): -1595175 or 14264551. OLE color: 14264551.
HSL color Cylindrical-coordinate representation of color #E7A8D9: hue angle of 313.33º degrees, saturation: 0.57, 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 #E7A8D9 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 217 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.09 |
| HSL | 313.33º | 0.57% | 0.78% | - |
| HSV(B) | 313.33º | 0.27% | 0.91% | - |
| XYZ | 59.48 | 50 | 72.16 | - |
| YUV | 192.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 217 | 0 | 0.27 | 0.06 | 0.09 | 313.33 | 0.57 | 0.78 |
| Hex | E7 | A8 | D9 | 0 | 1B | 6 | 9 | 139 | 39 | 4E |
| Octal | 347 | 250 | 331 | 0 | 33 | 6 | 11 | 471 | 71 | 116 |
| Binary | 11100111 | 10101000 | 11011001 | 0 | 11011 | 110 | 1001 | 100111001 | 111001 | 1001110 |
Color Harmonies of #E7A8D9
Complementary color
Monochromatic Colors of #E7A8D9
Black with #E7A8D9
Text Example
Text Example
White with #E7A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8D9; }
p { color: rgb(231,168,217); }
H1.HeaderClassName
{
color: #E7A8D9;
}
.AnyTagClassName
{
color: #E7A8D9;
}
</style>
background-color css
<style>
a { background-color: #E7A8D9; }
a { background-color: rgb(231,168,217); }
div.DivClassName
{
background-color: #E7A8D9;
}
.BgClassName
{
background-color: #E7A8D9;
}
</style>
border-color css
<style>
span { border-color: #E7A8D9; }
span { border-color: rgb(231,168,217); }
td.TdClassName
{
border-color: #E7A8D9;
}
.TagClassName
{
border-color: #E7A8D9;
}
</style>