Shades of French Lilac #E3AEDF
Tints of French Lilac #E3AEDF
RGB
CMYK
RGB Variations
Color information
#E3AEDF (or 0xE3AEDF) is known color: French Lilac. HEX triplet: E3, AE and DF. RGB value is (227,174,223). Sum of RGB (Red+Green+Blue) = 227+174+223=624 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.38% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AEDF is #1C5120. Grayscale: #C3C3C3. Windows color (decimal): -1855777 or 14659299. OLE color: 14659299.
HSL color Cylindrical-coordinate representation of color #E3AEDF: hue angle of 304.53º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3AEDF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 174 | 223 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.11 |
| HSL | 304.53º | 0.49% | 0.79% | - |
| HSV(B) | 304.53º | 0.23% | 0.89% | - |
| XYZ | 60.13 | 51.93 | 76.67 | - |
| YUV | 195.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 174 | 223 | 0 | 0.23 | 0.02 | 0.11 | 304.53 | 0.49 | 0.79 |
| Hex | E3 | AE | DF | 0 | 17 | 2 | B | 131 | 31 | 4F |
| Octal | 343 | 256 | 337 | 0 | 27 | 2 | 13 | 461 | 61 | 117 |
| Binary | 11100011 | 10101110 | 11011111 | 0 | 10111 | 10 | 1011 | 100110001 | 110001 | 1001111 |
Color Harmonies of #E3AEDF
Complementary color
Monochromatic Colors of #E3AEDF
Black with #E3AEDF
Text Example
Text Example
White with #E3AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AEDF; }
p { color: rgb(227,174,223); }
H1.HeaderClassName
{
color: #E3AEDF;
}
.AnyTagClassName
{
color: #E3AEDF;
}
</style>
background-color css
<style>
a { background-color: #E3AEDF; }
a { background-color: rgb(227,174,223); }
div.DivClassName
{
background-color: #E3AEDF;
}
.BgClassName
{
background-color: #E3AEDF;
}
</style>
border-color css
<style>
span { border-color: #E3AEDF; }
span { border-color: rgb(227,174,223); }
td.TdClassName
{
border-color: #E3AEDF;
}
.TagClassName
{
border-color: #E3AEDF;
}
</style>