Shades of French Lilac #E9AEDF
Tints of French Lilac #E9AEDF
RGB
CMYK
RGB Variations
Color information
#E9AEDF (or 0xE9AEDF) is known color: French Lilac. HEX triplet: E9, AE and DF. RGB value is (233,174,223). Sum of RGB (Red+Green+Blue) = 233+174+223=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AEDF is #165120. Grayscale: #C5C5C5. Windows color (decimal): -1462561 or 14659305. OLE color: 14659305.
HSL color Cylindrical-coordinate representation of color #E9AEDF: hue angle of 310.17º degrees, saturation: 0.57, 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 #E9AEDF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 223 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.09 |
| HSL | 310.17º | 0.57% | 0.8% | - |
| HSV(B) | 310.17º | 0.25% | 0.91% | - |
| XYZ | 62.06 | 52.92 | 76.76 | - |
| YUV | 197.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 223 | 0 | 0.25 | 0.04 | 0.09 | 310.17 | 0.57 | 0.8 |
| Hex | E9 | AE | DF | 0 | 19 | 4 | 9 | 136 | 39 | 50 |
| Octal | 351 | 256 | 337 | 0 | 31 | 4 | 11 | 466 | 71 | 120 |
| Binary | 11101001 | 10101110 | 11011111 | 0 | 11001 | 100 | 1001 | 100110110 | 111001 | 1010000 |
Color Harmonies of #E9AEDF
Complementary color
Monochromatic Colors of #E9AEDF
Black with #E9AEDF
Text Example
Text Example
White with #E9AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AEDF; }
p { color: rgb(233,174,223); }
H1.HeaderClassName
{
color: #E9AEDF;
}
.AnyTagClassName
{
color: #E9AEDF;
}
</style>
background-color css
<style>
a { background-color: #E9AEDF; }
a { background-color: rgb(233,174,223); }
div.DivClassName
{
background-color: #E9AEDF;
}
.BgClassName
{
background-color: #E9AEDF;
}
</style>
border-color css
<style>
span { border-color: #E9AEDF; }
span { border-color: rgb(233,174,223); }
td.TdClassName
{
border-color: #E9AEDF;
}
.TagClassName
{
border-color: #E9AEDF;
}
</style>