Shades of French Lilac #E7A7D9
Tints of French Lilac #E7A7D9
RGB
CMYK
RGB Variations
Color information
#E7A7D9 (or 0xE7A7D9) is known color: French Lilac. HEX triplet: E7, A7 and D9. RGB value is (231,167,217). Sum of RGB (Red+Green+Blue) = 231+167+217=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7D9 is #185826. Grayscale: #BFBFBF. Windows color (decimal): -1595431 or 14264295. OLE color: 14264295.
HSL color Cylindrical-coordinate representation of color #E7A7D9: hue angle of 313.12º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A7D9 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 217 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.09 |
| HSL | 313.13º | 0.57% | 0.78% | - |
| HSV(B) | 313.13º | 0.28% | 0.91% | - |
| XYZ | 59.3 | 49.64 | 72.1 | - |
| YUV | 191.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 217 | 0 | 0.28 | 0.06 | 0.09 | 313.13 | 0.57 | 0.78 |
| Hex | E7 | A7 | D9 | 0 | 1C | 6 | 9 | 139 | 39 | 4E |
| Octal | 347 | 247 | 331 | 0 | 34 | 6 | 11 | 471 | 71 | 116 |
| Binary | 11100111 | 10100111 | 11011001 | 0 | 11100 | 110 | 1001 | 100111001 | 111001 | 1001110 |
Color Harmonies of #E7A7D9
Complementary color
Monochromatic Colors of #E7A7D9
Black with #E7A7D9
Text Example
Text Example
White with #E7A7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A7D9; }
p { color: rgb(231,167,217); }
H1.HeaderClassName
{
color: #E7A7D9;
}
.AnyTagClassName
{
color: #E7A7D9;
}
</style>
background-color css
<style>
a { background-color: #E7A7D9; }
a { background-color: rgb(231,167,217); }
div.DivClassName
{
background-color: #E7A7D9;
}
.BgClassName
{
background-color: #E7A7D9;
}
</style>
border-color css
<style>
span { border-color: #E7A7D9; }
span { border-color: rgb(231,167,217); }
td.TdClassName
{
border-color: #E7A7D9;
}
.TagClassName
{
border-color: #E7A7D9;
}
</style>