Shades of French Lilac #E2BCD7
Tints of French Lilac #E2BCD7
RGB
CMYK
RGB Variations
Color information
#E2BCD7 (or 0xE2BCD7) is known color: French Lilac. HEX triplet: E2, BC and D7. RGB value is (226,188,215). Sum of RGB (Red+Green+Blue) = 226+188+215=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCD7 is #1D4328. Grayscale: #CACACA. Windows color (decimal): -1917737 or 14138594. OLE color: 14138594.
HSL color Cylindrical-coordinate representation of color #E2BCD7: hue angle of 317.37º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCD7 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 215 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.11 |
| HSL | 317.37º | 0.4% | 0.81% | - |
| HSV(B) | 317.37º | 0.17% | 0.89% | - |
| XYZ | 61.61 | 57.04 | 72.05 | - |
| YUV | 202.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 215 | 0 | 0.17 | 0.05 | 0.11 | 317.37 | 0.4 | 0.81 |
| Hex | E2 | BC | D7 | 0 | 11 | 5 | B | 13D | 28 | 51 |
| Octal | 342 | 274 | 327 | 0 | 21 | 5 | 13 | 475 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11010111 | 0 | 10001 | 101 | 1011 | 100111101 | 101000 | 1010001 |
Color Harmonies of #E2BCD7
Complementary color
Monochromatic Colors of #E2BCD7
Black with #E2BCD7
Text Example
Text Example
White with #E2BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCD7; }
p { color: rgb(226,188,215); }
H1.HeaderClassName
{
color: #E2BCD7;
}
.AnyTagClassName
{
color: #E2BCD7;
}
</style>
background-color css
<style>
a { background-color: #E2BCD7; }
a { background-color: rgb(226,188,215); }
div.DivClassName
{
background-color: #E2BCD7;
}
.BgClassName
{
background-color: #E2BCD7;
}
</style>
border-color css
<style>
span { border-color: #E2BCD7; }
span { border-color: rgb(226,188,215); }
td.TdClassName
{
border-color: #E2BCD7;
}
.TagClassName
{
border-color: #E2BCD7;
}
</style>