Shades of French Lilac #E1ACD0
Tints of French Lilac #E1ACD0
RGB
CMYK
RGB Variations
Color information
#E1ACD0 (or 0xE1ACD0) is known color: French Lilac. HEX triplet: E1, AC and D0. RGB value is (225,172,208). Sum of RGB (Red+Green+Blue) = 225+172+208=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACD0 is #1E532F. Grayscale: #BFBFBF. Windows color (decimal): -1987376 or 13675745. OLE color: 13675745.
HSL color Cylindrical-coordinate representation of color #E1ACD0: hue angle of 319.25º 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 #E1ACD0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 208 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.12 |
| HSL | 319.25º | 0.47% | 0.78% | - |
| HSV(B) | 319.25º | 0.24% | 0.88% | - |
| XYZ | 57.19 | 50.07 | 66.32 | - |
| YUV | 191.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 208 | 0 | 0.24 | 0.08 | 0.12 | 319.25 | 0.47 | 0.78 |
| Hex | E1 | AC | D0 | 0 | 18 | 8 | C | 13F | 2F | 4E |
| Octal | 341 | 254 | 320 | 0 | 30 | 10 | 14 | 477 | 57 | 116 |
| Binary | 11100001 | 10101100 | 11010000 | 0 | 11000 | 1000 | 1100 | 100111111 | 101111 | 1001110 |
Color Harmonies of #E1ACD0
Complementary color
Monochromatic Colors of #E1ACD0
Black with #E1ACD0
Text Example
Text Example
White with #E1ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACD0; }
p { color: rgb(225,172,208); }
H1.HeaderClassName
{
color: #E1ACD0;
}
.AnyTagClassName
{
color: #E1ACD0;
}
</style>
background-color css
<style>
a { background-color: #E1ACD0; }
a { background-color: rgb(225,172,208); }
div.DivClassName
{
background-color: #E1ACD0;
}
.BgClassName
{
background-color: #E1ACD0;
}
</style>
border-color css
<style>
span { border-color: #E1ACD0; }
span { border-color: rgb(225,172,208); }
td.TdClassName
{
border-color: #E1ACD0;
}
.TagClassName
{
border-color: #E1ACD0;
}
</style>