Shades of French Lilac #E2BCDE
Tints of French Lilac #E2BCDE
RGB
CMYK
RGB Variations
Color information
#E2BCDE (or 0xE2BCDE) is known color: French Lilac. HEX triplet: E2, BC and DE. RGB value is (226,188,222). Sum of RGB (Red+Green+Blue) = 226+188+222=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDE is #1D4321. Grayscale: #CBCBCB. Windows color (decimal): -1917730 or 14597346. OLE color: 14597346.
HSL color Cylindrical-coordinate representation of color #E2BCDE: hue angle of 306.32º 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 #E2BCDE is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 222 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.11 |
| HSL | 306.32º | 0.4% | 0.81% | - |
| HSV(B) | 306.32º | 0.17% | 0.89% | - |
| XYZ | 62.53 | 57.41 | 76.89 | - |
| YUV | 203.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 222 | 0 | 0.17 | 0.02 | 0.11 | 306.32 | 0.4 | 0.81 |
| Hex | E2 | BC | DE | 0 | 11 | 2 | B | 132 | 28 | 51 |
| Octal | 342 | 274 | 336 | 0 | 21 | 2 | 13 | 462 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11011110 | 0 | 10001 | 10 | 1011 | 100110010 | 101000 | 1010001 |
Color Harmonies of #E2BCDE
Complementary color
Monochromatic Colors of #E2BCDE
Black with #E2BCDE
Text Example
Text Example
White with #E2BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCDE; }
p { color: rgb(226,188,222); }
H1.HeaderClassName
{
color: #E2BCDE;
}
.AnyTagClassName
{
color: #E2BCDE;
}
</style>
background-color css
<style>
a { background-color: #E2BCDE; }
a { background-color: rgb(226,188,222); }
div.DivClassName
{
background-color: #E2BCDE;
}
.BgClassName
{
background-color: #E2BCDE;
}
</style>
border-color css
<style>
span { border-color: #E2BCDE; }
span { border-color: rgb(226,188,222); }
td.TdClassName
{
border-color: #E2BCDE;
}
.TagClassName
{
border-color: #E2BCDE;
}
</style>