Shades of French Lilac #E8ACD9
Tints of French Lilac #E8ACD9
RGB
CMYK
RGB Variations
Color information
#E8ACD9 (or 0xE8ACD9) is known color: French Lilac. HEX triplet: E8, AC and D9. RGB value is (232,172,217). Sum of RGB (Red+Green+Blue) = 232+172+217=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACD9 is #175326. Grayscale: #C2C2C2. Windows color (decimal): -1528615 or 14265576. OLE color: 14265576.
HSL color Cylindrical-coordinate representation of color #E8ACD9: hue angle of 315º degrees, saturation: 0.57, 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 #E8ACD9 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 217 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.09 |
| HSL | 315º | 0.57% | 0.79% | - |
| HSV(B) | 315º | 0.26% | 0.91% | - |
| XYZ | 60.56 | 51.67 | 72.43 | - |
| YUV | 195.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 217 | 0 | 0.26 | 0.06 | 0.09 | 315 | 0.57 | 0.79 |
| Hex | E8 | AC | D9 | 0 | 1A | 6 | 9 | 13B | 39 | 4F |
| Octal | 350 | 254 | 331 | 0 | 32 | 6 | 11 | 473 | 71 | 117 |
| Binary | 11101000 | 10101100 | 11011001 | 0 | 11010 | 110 | 1001 | 100111011 | 111001 | 1001111 |
Color Harmonies of #E8ACD9
Complementary color
Monochromatic Colors of #E8ACD9
Black with #E8ACD9
Text Example
Text Example
White with #E8ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACD9; }
p { color: rgb(232,172,217); }
H1.HeaderClassName
{
color: #E8ACD9;
}
.AnyTagClassName
{
color: #E8ACD9;
}
</style>
background-color css
<style>
a { background-color: #E8ACD9; }
a { background-color: rgb(232,172,217); }
div.DivClassName
{
background-color: #E8ACD9;
}
.BgClassName
{
background-color: #E8ACD9;
}
</style>
border-color css
<style>
span { border-color: #E8ACD9; }
span { border-color: rgb(232,172,217); }
td.TdClassName
{
border-color: #E8ACD9;
}
.TagClassName
{
border-color: #E8ACD9;
}
</style>