Shades of French Lilac #E1ACD1
Tints of French Lilac #E1ACD1
RGB
CMYK
RGB Variations
Color information
#E1ACD1 (or 0xE1ACD1) is known color: French Lilac. HEX triplet: E1, AC and D1. RGB value is (225,172,209). Sum of RGB (Red+Green+Blue) = 225+172+209=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACD1 is #1E532E. Grayscale: #BFBFBF. Windows color (decimal): -1987375 or 13741281. OLE color: 13741281.
HSL color Cylindrical-coordinate representation of color #E1ACD1: hue angle of 318.11º 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 #E1ACD1 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 209 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.12 |
| HSL | 318.11º | 0.47% | 0.78% | - |
| HSV(B) | 318.11º | 0.24% | 0.88% | - |
| XYZ | 57.31 | 50.12 | 66.97 | - |
| YUV | 192.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 209 | 0 | 0.24 | 0.07 | 0.12 | 318.11 | 0.47 | 0.78 |
| Hex | E1 | AC | D1 | 0 | 18 | 7 | C | 13E | 2F | 4E |
| Octal | 341 | 254 | 321 | 0 | 30 | 7 | 14 | 476 | 57 | 116 |
| Binary | 11100001 | 10101100 | 11010001 | 0 | 11000 | 111 | 1100 | 100111110 | 101111 | 1001110 |
Color Harmonies of #E1ACD1
Complementary color
Monochromatic Colors of #E1ACD1
Black with #E1ACD1
Text Example
Text Example
White with #E1ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACD1; }
p { color: rgb(225,172,209); }
H1.HeaderClassName
{
color: #E1ACD1;
}
.AnyTagClassName
{
color: #E1ACD1;
}
</style>
background-color css
<style>
a { background-color: #E1ACD1; }
a { background-color: rgb(225,172,209); }
div.DivClassName
{
background-color: #E1ACD1;
}
.BgClassName
{
background-color: #E1ACD1;
}
</style>
border-color css
<style>
span { border-color: #E1ACD1; }
span { border-color: rgb(225,172,209); }
td.TdClassName
{
border-color: #E1ACD1;
}
.TagClassName
{
border-color: #E1ACD1;
}
</style>