Shades of French Lilac #E1ACD8
Tints of French Lilac #E1ACD8
RGB
CMYK
RGB Variations
Color information
#E1ACD8 (or 0xE1ACD8) is known color: French Lilac. HEX triplet: E1, AC and D8. RGB value is (225,172,216). Sum of RGB (Red+Green+Blue) = 225+172+216=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACD8 is #1E5327. Grayscale: #C0C0C0. Windows color (decimal): -1987368 or 14200033. OLE color: 14200033.
HSL color Cylindrical-coordinate representation of color #E1ACD8: hue angle of 310.19º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACD8 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 216 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.12 |
| HSL | 310.19º | 0.47% | 0.78% | - |
| HSV(B) | 310.19º | 0.24% | 0.88% | - |
| XYZ | 58.2 | 50.47 | 71.64 | - |
| YUV | 192.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 216 | 0 | 0.24 | 0.04 | 0.12 | 310.19 | 0.47 | 0.78 |
| Hex | E1 | AC | D8 | 0 | 18 | 4 | C | 136 | 2F | 4E |
| Octal | 341 | 254 | 330 | 0 | 30 | 4 | 14 | 466 | 57 | 116 |
| Binary | 11100001 | 10101100 | 11011000 | 0 | 11000 | 100 | 1100 | 100110110 | 101111 | 1001110 |
Color Harmonies of #E1ACD8
Complementary color
Monochromatic Colors of #E1ACD8
Black with #E1ACD8
Text Example
Text Example
White with #E1ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACD8; }
p { color: rgb(225,172,216); }
H1.HeaderClassName
{
color: #E1ACD8;
}
.AnyTagClassName
{
color: #E1ACD8;
}
</style>
background-color css
<style>
a { background-color: #E1ACD8; }
a { background-color: rgb(225,172,216); }
div.DivClassName
{
background-color: #E1ACD8;
}
.BgClassName
{
background-color: #E1ACD8;
}
</style>
border-color css
<style>
span { border-color: #E1ACD8; }
span { border-color: rgb(225,172,216); }
td.TdClassName
{
border-color: #E1ACD8;
}
.TagClassName
{
border-color: #E1ACD8;
}
</style>