Shades of French Lilac #E1AEDE
Tints of French Lilac #E1AEDE
RGB
CMYK
RGB Variations
Color information
#E1AEDE (or 0xE1AEDE) is known color: French Lilac. HEX triplet: E1, AE and DE. RGB value is (225,174,222). Sum of RGB (Red+Green+Blue) = 225+174+222=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEDE is #1E5121. Grayscale: #C2C2C2. Windows color (decimal): -1986850 or 14593761. OLE color: 14593761.
HSL color Cylindrical-coordinate representation of color #E1AEDE: hue angle of 303.53º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AEDE is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 222 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.12 |
| HSL | 303.53º | 0.46% | 0.78% | - |
| HSV(B) | 303.53º | 0.23% | 0.88% | - |
| XYZ | 59.37 | 51.55 | 75.93 | - |
| YUV | 194.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 222 | 0 | 0.23 | 0.01 | 0.12 | 303.53 | 0.46 | 0.78 |
| Hex | E1 | AE | DE | 0 | 17 | 1 | C | 130 | 2E | 4E |
| Octal | 341 | 256 | 336 | 0 | 27 | 1 | 14 | 460 | 56 | 116 |
| Binary | 11100001 | 10101110 | 11011110 | 0 | 10111 | 1 | 1100 | 100110000 | 101110 | 1001110 |
Color Harmonies of #E1AEDE
Complementary color
Monochromatic Colors of #E1AEDE
Black with #E1AEDE
Text Example
Text Example
White with #E1AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AEDE; }
p { color: rgb(225,174,222); }
H1.HeaderClassName
{
color: #E1AEDE;
}
.AnyTagClassName
{
color: #E1AEDE;
}
</style>
background-color css
<style>
a { background-color: #E1AEDE; }
a { background-color: rgb(225,174,222); }
div.DivClassName
{
background-color: #E1AEDE;
}
.BgClassName
{
background-color: #E1AEDE;
}
</style>
border-color css
<style>
span { border-color: #E1AEDE; }
span { border-color: rgb(225,174,222); }
td.TdClassName
{
border-color: #E1AEDE;
}
.TagClassName
{
border-color: #E1AEDE;
}
</style>