Shades of French Lilac #E1ABCE
Tints of French Lilac #E1ABCE
RGB
CMYK
RGB Variations
Color information
#E1ABCE (or 0xE1ABCE) is known color: French Lilac. HEX triplet: E1, AB and CE. RGB value is (225,171,206). Sum of RGB (Red+Green+Blue) = 225+171+206=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABCE is #1E5431. Grayscale: #BFBFBF. Windows color (decimal): -1987634 or 13544417. OLE color: 13544417.
HSL color Cylindrical-coordinate representation of color #E1ABCE: hue angle of 321.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 #E1ABCE is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 206 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.12 |
| HSL | 321.11º | 0.47% | 0.78% | - |
| HSV(B) | 321.11º | 0.24% | 0.88% | - |
| XYZ | 56.75 | 49.59 | 64.97 | - |
| YUV | 191.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 206 | 0 | 0.24 | 0.08 | 0.12 | 321.11 | 0.47 | 0.78 |
| Hex | E1 | AB | CE | 0 | 18 | 8 | C | 141 | 2F | 4E |
| Octal | 341 | 253 | 316 | 0 | 30 | 10 | 14 | 501 | 57 | 116 |
| Binary | 11100001 | 10101011 | 11001110 | 0 | 11000 | 1000 | 1100 | 101000001 | 101111 | 1001110 |
Color Harmonies of #E1ABCE
Complementary color
Monochromatic Colors of #E1ABCE
Black with #E1ABCE
Text Example
Text Example
White with #E1ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABCE; }
p { color: rgb(225,171,206); }
H1.HeaderClassName
{
color: #E1ABCE;
}
.AnyTagClassName
{
color: #E1ABCE;
}
</style>
background-color css
<style>
a { background-color: #E1ABCE; }
a { background-color: rgb(225,171,206); }
div.DivClassName
{
background-color: #E1ABCE;
}
.BgClassName
{
background-color: #E1ABCE;
}
</style>
border-color css
<style>
span { border-color: #E1ABCE; }
span { border-color: rgb(225,171,206); }
td.TdClassName
{
border-color: #E1ABCE;
}
.TagClassName
{
border-color: #E1ABCE;
}
</style>