Shades of French Lilac #E5BCE4
Tints of French Lilac #E5BCE4
RGB
CMYK
RGB Variations
Color information
#E5BCE4 (or 0xE5BCE4) is known color: French Lilac. HEX triplet: E5, BC and E4. RGB value is (229,188,228). Sum of RGB (Red+Green+Blue) = 229+188+228=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCE4 is #1A431B. Grayscale: #CCCCCC. Windows color (decimal): -1721116 or 14990565. OLE color: 14990565.
HSL color Cylindrical-coordinate representation of color #E5BCE4: hue angle of 301.46º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BCE4 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 228 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.10 |
| HSL | 301.46º | 0.44% | 0.82% | - |
| HSV(B) | 301.46º | 0.18% | 0.9% | - |
| XYZ | 64.3 | 58.23 | 81.25 | - |
| YUV | 204.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 228 | 0 | 0.18 | 0.00 | 0.10 | 301.46 | 0.44 | 0.82 |
| Hex | E5 | BC | E4 | 0 | 12 | 0 | A | 12D | 2C | 52 |
| Octal | 345 | 274 | 344 | 0 | 22 | 0 | 12 | 455 | 54 | 122 |
| Binary | 11100101 | 10111100 | 11100100 | 0 | 10010 | 0 | 1010 | 100101101 | 101100 | 1010010 |
Color Harmonies of #E5BCE4
Complementary color
Monochromatic Colors of #E5BCE4
Black with #E5BCE4
Text Example
Text Example
White with #E5BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCE4; }
p { color: rgb(229,188,228); }
H1.HeaderClassName
{
color: #E5BCE4;
}
.AnyTagClassName
{
color: #E5BCE4;
}
</style>
background-color css
<style>
a { background-color: #E5BCE4; }
a { background-color: rgb(229,188,228); }
div.DivClassName
{
background-color: #E5BCE4;
}
.BgClassName
{
background-color: #E5BCE4;
}
</style>
border-color css
<style>
span { border-color: #E5BCE4; }
span { border-color: rgb(229,188,228); }
td.TdClassName
{
border-color: #E5BCE4;
}
.TagClassName
{
border-color: #E5BCE4;
}
</style>