Shades of French Lilac #E4BAE3
Tints of French Lilac #E4BAE3
RGB
CMYK
RGB Variations
Color information
#E4BAE3 (or 0xE4BAE3) is known color: French Lilac. HEX triplet: E4, BA and E3. RGB value is (228,186,227). Sum of RGB (Red+Green+Blue) = 228+186+227=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BAE3 is #1B451C. Grayscale: #CBCBCB. Windows color (decimal): -1787165 or 14924516. OLE color: 14924516.
HSL color Cylindrical-coordinate representation of color #E4BAE3: hue angle of 301.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BAE3 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 227 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.11 |
| HSL | 301.43º | 0.44% | 0.81% | - |
| HSV(B) | 301.43º | 0.18% | 0.89% | - |
| XYZ | 63.42 | 57.16 | 80.36 | - |
| YUV | 203.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 227 | 0 | 0.18 | 0.00 | 0.11 | 301.43 | 0.44 | 0.81 |
| Hex | E4 | BA | E3 | 0 | 12 | 0 | B | 12D | 2C | 51 |
| Octal | 344 | 272 | 343 | 0 | 22 | 0 | 13 | 455 | 54 | 121 |
| Binary | 11100100 | 10111010 | 11100011 | 0 | 10010 | 0 | 1011 | 100101101 | 101100 | 1010001 |
Color Harmonies of #E4BAE3
Complementary color
Monochromatic Colors of #E4BAE3
Black with #E4BAE3
Text Example
Text Example
White with #E4BAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAE3; }
p { color: rgb(228,186,227); }
H1.HeaderClassName
{
color: #E4BAE3;
}
.AnyTagClassName
{
color: #E4BAE3;
}
</style>
background-color css
<style>
a { background-color: #E4BAE3; }
a { background-color: rgb(228,186,227); }
div.DivClassName
{
background-color: #E4BAE3;
}
.BgClassName
{
background-color: #E4BAE3;
}
</style>
border-color css
<style>
span { border-color: #E4BAE3; }
span { border-color: rgb(228,186,227); }
td.TdClassName
{
border-color: #E4BAE3;
}
.TagClassName
{
border-color: #E4BAE3;
}
</style>