Shades of French Lilac #E5AEDC
Tints of French Lilac #E5AEDC
RGB
CMYK
RGB Variations
Color information
#E5AEDC (or 0xE5AEDC) is known color: French Lilac. HEX triplet: E5, AE and DC. RGB value is (229,174,220). Sum of RGB (Red+Green+Blue) = 229+174+220=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AEDC is #1A5123. Grayscale: #C3C3C3. Windows color (decimal): -1724708 or 14462693. OLE color: 14462693.
HSL color Cylindrical-coordinate representation of color #E5AEDC: hue angle of 309.82º 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 #E5AEDC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 220 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.10 |
| HSL | 309.82º | 0.51% | 0.79% | - |
| HSV(B) | 309.82º | 0.24% | 0.9% | - |
| XYZ | 60.37 | 52.1 | 74.58 | - |
| YUV | 195.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 220 | 0 | 0.24 | 0.04 | 0.10 | 309.82 | 0.51 | 0.79 |
| Hex | E5 | AE | DC | 0 | 18 | 4 | A | 136 | 33 | 4F |
| Octal | 345 | 256 | 334 | 0 | 30 | 4 | 12 | 466 | 63 | 117 |
| Binary | 11100101 | 10101110 | 11011100 | 0 | 11000 | 100 | 1010 | 100110110 | 110011 | 1001111 |
Color Harmonies of #E5AEDC
Complementary color
Monochromatic Colors of #E5AEDC
Black with #E5AEDC
Text Example
Text Example
White with #E5AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEDC; }
p { color: rgb(229,174,220); }
H1.HeaderClassName
{
color: #E5AEDC;
}
.AnyTagClassName
{
color: #E5AEDC;
}
</style>
background-color css
<style>
a { background-color: #E5AEDC; }
a { background-color: rgb(229,174,220); }
div.DivClassName
{
background-color: #E5AEDC;
}
.BgClassName
{
background-color: #E5AEDC;
}
</style>
border-color css
<style>
span { border-color: #E5AEDC; }
span { border-color: rgb(229,174,220); }
td.TdClassName
{
border-color: #E5AEDC;
}
.TagClassName
{
border-color: #E5AEDC;
}
</style>