Shades of French Lilac #E5BCE5
Tints of French Lilac #E5BCE5
RGB
CMYK
RGB Variations
Color information
#E5BCE5 (or 0xE5BCE5) is known color: French Lilac. HEX triplet: E5, BC and E5. RGB value is (229,188,229). Sum of RGB (Red+Green+Blue) = 229+188+229=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCE5 is #1A431A. Grayscale: #CCCCCC. Windows color (decimal): -1721115 or 15056101. OLE color: 15056101.
HSL color Cylindrical-coordinate representation of color #E5BCE5: hue angle of 300º 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 #E5BCE5 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 188 | 229 | - |
CMYK | 0 | 0.18 | 0 | 0.10 |
HSL | 300º | 0.44% | 0.82% | - |
HSV(B) | 300º | 0.18% | 0.9% | - |
XYZ | 64.44 | 58.28 | 81.98 | - |
YUV | 204.93 | 141.58 | 145.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 188 | 229 | 0 | 0.18 | 0 | 0.10 | 300 | 0.44 | 0.82 |
Hex | E5 | BC | E5 | 0 | 12 | 0 | A | 12C | 2C | 52 |
Octal | 345 | 274 | 345 | 0 | 22 | 0 | 12 | 454 | 54 | 122 |
Binary | 11100101 | 10111100 | 11100101 | 0 | 10010 | 0 | 1010 | 100101100 | 101100 | 1010010 |
Color Harmonies of #E5BCE5
Complementary color
Monochromatic Colors of #E5BCE5
Black with #E5BCE5
Text Example
Text Example
White with #E5BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCE5; }
p { color: rgb(229,188,229); }
H1.HeaderClassName
{
color: #E5BCE5;
}
.AnyTagClassName
{
color: #E5BCE5;
}
</style>
background-color css
<style>
a { background-color: #E5BCE5; }
a { background-color: rgb(229,188,229); }
div.DivClassName
{
background-color: #E5BCE5;
}
.BgClassName
{
background-color: #E5BCE5;
}
</style>
border-color css
<style>
span { border-color: #E5BCE5; }
span { border-color: rgb(229,188,229); }
td.TdClassName
{
border-color: #E5BCE5;
}
.TagClassName
{
border-color: #E5BCE5;
}
</style>