Shades of French Lilac #E8AEDE
Tints of French Lilac #E8AEDE
RGB
CMYK
RGB Variations
Color information
#E8AEDE (or 0xE8AEDE) is known color: French Lilac. HEX triplet: E8, AE and DE. RGB value is (232,174,222). Sum of RGB (Red+Green+Blue) = 232+174+222=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AEDE is #175121. Grayscale: #C4C4C4. Windows color (decimal): -1528098 or 14593768. OLE color: 14593768.
HSL color Cylindrical-coordinate representation of color #E8AEDE: hue angle of 310.34º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AEDE is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 174 | 222 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.09 |
| HSL | 310.34º | 0.56% | 0.8% | - |
| HSV(B) | 310.34º | 0.25% | 0.91% | - |
| XYZ | 61.6 | 52.7 | 76.03 | - |
| YUV | 196.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 222 | 0 | 0.25 | 0.04 | 0.09 | 310.34 | 0.56 | 0.8 |
| Hex | E8 | AE | DE | 0 | 19 | 4 | 9 | 136 | 38 | 50 |
| Octal | 350 | 256 | 336 | 0 | 31 | 4 | 11 | 466 | 70 | 120 |
| Binary | 11101000 | 10101110 | 11011110 | 0 | 11001 | 100 | 1001 | 100110110 | 111000 | 1010000 |
Color Harmonies of #E8AEDE
Complementary color
Monochromatic Colors of #E8AEDE
Black with #E8AEDE
Text Example
Text Example
White with #E8AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AEDE; }
p { color: rgb(232,174,222); }
H1.HeaderClassName
{
color: #E8AEDE;
}
.AnyTagClassName
{
color: #E8AEDE;
}
</style>
background-color css
<style>
a { background-color: #E8AEDE; }
a { background-color: rgb(232,174,222); }
div.DivClassName
{
background-color: #E8AEDE;
}
.BgClassName
{
background-color: #E8AEDE;
}
</style>
border-color css
<style>
span { border-color: #E8AEDE; }
span { border-color: rgb(232,174,222); }
td.TdClassName
{
border-color: #E8AEDE;
}
.TagClassName
{
border-color: #E8AEDE;
}
</style>