Shades of French Lilac #E5BCE2
Tints of French Lilac #E5BCE2
RGB
CMYK
RGB Variations
Color information
#E5BCE2 (or 0xE5BCE2) is known color: French Lilac. HEX triplet: E5, BC and E2. RGB value is (229,188,226). Sum of RGB (Red+Green+Blue) = 229+188+226=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCE2 is #1A431D. Grayscale: #CCCCCC. Windows color (decimal): -1721118 or 14859493. OLE color: 14859493.
HSL color Cylindrical-coordinate representation of color #E5BCE2: hue angle of 304.39º 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 #E5BCE2 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 226 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.10 |
| HSL | 304.39º | 0.44% | 0.82% | - |
| HSV(B) | 304.39º | 0.18% | 0.9% | - |
| XYZ | 64.02 | 58.12 | 79.79 | - |
| YUV | 204.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 226 | 0 | 0.18 | 0.01 | 0.10 | 304.39 | 0.44 | 0.82 |
| Hex | E5 | BC | E2 | 0 | 12 | 1 | A | 130 | 2C | 52 |
| Octal | 345 | 274 | 342 | 0 | 22 | 1 | 12 | 460 | 54 | 122 |
| Binary | 11100101 | 10111100 | 11100010 | 0 | 10010 | 1 | 1010 | 100110000 | 101100 | 1010010 |
Color Harmonies of #E5BCE2
Complementary color
Monochromatic Colors of #E5BCE2
Black with #E5BCE2
Text Example
Text Example
White with #E5BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCE2; }
p { color: rgb(229,188,226); }
H1.HeaderClassName
{
color: #E5BCE2;
}
.AnyTagClassName
{
color: #E5BCE2;
}
</style>
background-color css
<style>
a { background-color: #E5BCE2; }
a { background-color: rgb(229,188,226); }
div.DivClassName
{
background-color: #E5BCE2;
}
.BgClassName
{
background-color: #E5BCE2;
}
</style>
border-color css
<style>
span { border-color: #E5BCE2; }
span { border-color: rgb(229,188,226); }
td.TdClassName
{
border-color: #E5BCE2;
}
.TagClassName
{
border-color: #E5BCE2;
}
</style>