Shades of French Lilac #E0ABCE
Tints of French Lilac #E0ABCE
RGB
CMYK
RGB Variations
Color information
#E0ABCE (or 0xE0ABCE) is known color: French Lilac. HEX triplet: E0, AB and CE. RGB value is (224,171,206). Sum of RGB (Red+Green+Blue) = 224+171+206=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABCE is #1F5431. Grayscale: #BEBEBE. Windows color (decimal): -2053170 or 13544416. OLE color: 13544416.
HSL color Cylindrical-coordinate representation of color #E0ABCE: hue angle of 320.38º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABCE is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 206 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.12 |
| HSL | 320.38º | 0.46% | 0.77% | - |
| HSV(B) | 320.38º | 0.24% | 0.88% | - |
| XYZ | 56.44 | 49.43 | 64.96 | - |
| YUV | 190.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 206 | 0 | 0.24 | 0.08 | 0.12 | 320.38 | 0.46 | 0.77 |
| Hex | E0 | AB | CE | 0 | 18 | 8 | C | 140 | 2E | 4D |
| Octal | 340 | 253 | 316 | 0 | 30 | 10 | 14 | 500 | 56 | 115 |
| Binary | 11100000 | 10101011 | 11001110 | 0 | 11000 | 1000 | 1100 | 101000000 | 101110 | 1001101 |
Color Harmonies of #E0ABCE
Complementary color
Monochromatic Colors of #E0ABCE
Black with #E0ABCE
Text Example
Text Example
White with #E0ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABCE; }
p { color: rgb(224,171,206); }
H1.HeaderClassName
{
color: #E0ABCE;
}
.AnyTagClassName
{
color: #E0ABCE;
}
</style>
background-color css
<style>
a { background-color: #E0ABCE; }
a { background-color: rgb(224,171,206); }
div.DivClassName
{
background-color: #E0ABCE;
}
.BgClassName
{
background-color: #E0ABCE;
}
</style>
border-color css
<style>
span { border-color: #E0ABCE; }
span { border-color: rgb(224,171,206); }
td.TdClassName
{
border-color: #E0ABCE;
}
.TagClassName
{
border-color: #E0ABCE;
}
</style>