Shades of French Lilac #E7ACD5
Tints of French Lilac #E7ACD5
RGB
CMYK
RGB Variations
Color information
#E7ACD5 (or 0xE7ACD5) is known color: French Lilac. HEX triplet: E7, AC and D5. RGB value is (231,172,213). Sum of RGB (Red+Green+Blue) = 231+172+213=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACD5 is #18532A. Grayscale: #C2C2C2. Windows color (decimal): -1594155 or 14003431. OLE color: 14003431.
HSL color Cylindrical-coordinate representation of color #E7ACD5: hue angle of 318.31º degrees, saturation: 0.55, 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 #E7ACD5 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 213 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.09 |
| HSL | 318.31º | 0.55% | 0.79% | - |
| HSV(B) | 318.31º | 0.26% | 0.91% | - |
| XYZ | 59.72 | 51.3 | 69.7 | - |
| YUV | 194.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 213 | 0 | 0.26 | 0.08 | 0.09 | 318.31 | 0.55 | 0.79 |
| Hex | E7 | AC | D5 | 0 | 1A | 8 | 9 | 13E | 37 | 4F |
| Octal | 347 | 254 | 325 | 0 | 32 | 10 | 11 | 476 | 67 | 117 |
| Binary | 11100111 | 10101100 | 11010101 | 0 | 11010 | 1000 | 1001 | 100111110 | 110111 | 1001111 |
Color Harmonies of #E7ACD5
Complementary color
Monochromatic Colors of #E7ACD5
Black with #E7ACD5
Text Example
Text Example
White with #E7ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACD5; }
p { color: rgb(231,172,213); }
H1.HeaderClassName
{
color: #E7ACD5;
}
.AnyTagClassName
{
color: #E7ACD5;
}
</style>
background-color css
<style>
a { background-color: #E7ACD5; }
a { background-color: rgb(231,172,213); }
div.DivClassName
{
background-color: #E7ACD5;
}
.BgClassName
{
background-color: #E7ACD5;
}
</style>
border-color css
<style>
span { border-color: #E7ACD5; }
span { border-color: rgb(231,172,213); }
td.TdClassName
{
border-color: #E7ACD5;
}
.TagClassName
{
border-color: #E7ACD5;
}
</style>