Shades of French Lilac #E5AEDE
Tints of French Lilac #E5AEDE
RGB
CMYK
RGB Variations
Color information
#E5AEDE (or 0xE5AEDE) is known color: French Lilac. HEX triplet: E5, AE and DE. RGB value is (229,174,222). Sum of RGB (Red+Green+Blue) = 229+174+222=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AEDE is #1A5121. Grayscale: #C3C3C3. Windows color (decimal): -1724706 or 14593765. OLE color: 14593765.
HSL color Cylindrical-coordinate representation of color #E5AEDE: hue angle of 307.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AEDE is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 222 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.10 |
| HSL | 307.64º | 0.51% | 0.79% | - |
| HSV(B) | 307.64º | 0.24% | 0.9% | - |
| XYZ | 60.63 | 52.2 | 75.99 | - |
| YUV | 195.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 222 | 0 | 0.24 | 0.03 | 0.10 | 307.64 | 0.51 | 0.79 |
| Hex | E5 | AE | DE | 0 | 18 | 3 | A | 134 | 33 | 4F |
| Octal | 345 | 256 | 336 | 0 | 30 | 3 | 12 | 464 | 63 | 117 |
| Binary | 11100101 | 10101110 | 11011110 | 0 | 11000 | 11 | 1010 | 100110100 | 110011 | 1001111 |
Color Harmonies of #E5AEDE
Complementary color
Monochromatic Colors of #E5AEDE
Black with #E5AEDE
Text Example
Text Example
White with #E5AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEDE; }
p { color: rgb(229,174,222); }
H1.HeaderClassName
{
color: #E5AEDE;
}
.AnyTagClassName
{
color: #E5AEDE;
}
</style>
background-color css
<style>
a { background-color: #E5AEDE; }
a { background-color: rgb(229,174,222); }
div.DivClassName
{
background-color: #E5AEDE;
}
.BgClassName
{
background-color: #E5AEDE;
}
</style>
border-color css
<style>
span { border-color: #E5AEDE; }
span { border-color: rgb(229,174,222); }
td.TdClassName
{
border-color: #E5AEDE;
}
.TagClassName
{
border-color: #E5AEDE;
}
</style>