Shades of French Lilac #E2BCDD
Tints of French Lilac #E2BCDD
RGB
CMYK
RGB Variations
Color information
#E2BCDD (or 0xE2BCDD) is known color: French Lilac. HEX triplet: E2, BC and DD. RGB value is (226,188,221). Sum of RGB (Red+Green+Blue) = 226+188+221=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDD is #1D4322. Grayscale: #CBCBCB. Windows color (decimal): -1917731 or 14531810. OLE color: 14531810.
HSL color Cylindrical-coordinate representation of color #E2BCDD: hue angle of 307.89º 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 #E2BCDD is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 221 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.11 |
| HSL | 307.89º | 0.4% | 0.81% | - |
| HSV(B) | 307.89º | 0.17% | 0.89% | - |
| XYZ | 62.4 | 57.36 | 76.19 | - |
| YUV | 203.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 221 | 0 | 0.17 | 0.02 | 0.11 | 307.89 | 0.4 | 0.81 |
| Hex | E2 | BC | DD | 0 | 11 | 2 | B | 134 | 28 | 51 |
| Octal | 342 | 274 | 335 | 0 | 21 | 2 | 13 | 464 | 50 | 121 |
| Binary | 11100010 | 10111100 | 11011101 | 0 | 10001 | 10 | 1011 | 100110100 | 101000 | 1010001 |
Color Harmonies of #E2BCDD
Complementary color
Monochromatic Colors of #E2BCDD
Black with #E2BCDD
Text Example
Text Example
White with #E2BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCDD; }
p { color: rgb(226,188,221); }
H1.HeaderClassName
{
color: #E2BCDD;
}
.AnyTagClassName
{
color: #E2BCDD;
}
</style>
background-color css
<style>
a { background-color: #E2BCDD; }
a { background-color: rgb(226,188,221); }
div.DivClassName
{
background-color: #E2BCDD;
}
.BgClassName
{
background-color: #E2BCDD;
}
</style>
border-color css
<style>
span { border-color: #E2BCDD; }
span { border-color: rgb(226,188,221); }
td.TdClassName
{
border-color: #E2BCDD;
}
.TagClassName
{
border-color: #E2BCDD;
}
</style>