Shades of French Lilac #E2BBDD
Tints of French Lilac #E2BBDD
RGB
CMYK
RGB Variations
Color information
#E2BBDD (or 0xE2BBDD) is known color: French Lilac. HEX triplet: E2, BB and DD. RGB value is (226,187,221). Sum of RGB (Red+Green+Blue) = 226+187+221=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBDD is #1D4422. Grayscale: #CACACA. Windows color (decimal): -1917987 or 14531554. OLE color: 14531554.
HSL color Cylindrical-coordinate representation of color #E2BBDD: hue angle of 307.69º 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 #E2BBDD is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 221 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.11 |
| HSL | 307.69º | 0.4% | 0.81% | - |
| HSV(B) | 307.69º | 0.17% | 0.89% | - |
| XYZ | 62.19 | 56.93 | 76.12 | - |
| YUV | 202.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 221 | 0 | 0.17 | 0.02 | 0.11 | 307.69 | 0.4 | 0.81 |
| Hex | E2 | BB | DD | 0 | 11 | 2 | B | 134 | 28 | 51 |
| Octal | 342 | 273 | 335 | 0 | 21 | 2 | 13 | 464 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11011101 | 0 | 10001 | 10 | 1011 | 100110100 | 101000 | 1010001 |
Color Harmonies of #E2BBDD
Complementary color
Monochromatic Colors of #E2BBDD
Black with #E2BBDD
Text Example
Text Example
White with #E2BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBDD; }
p { color: rgb(226,187,221); }
H1.HeaderClassName
{
color: #E2BBDD;
}
.AnyTagClassName
{
color: #E2BBDD;
}
</style>
background-color css
<style>
a { background-color: #E2BBDD; }
a { background-color: rgb(226,187,221); }
div.DivClassName
{
background-color: #E2BBDD;
}
.BgClassName
{
background-color: #E2BBDD;
}
</style>
border-color css
<style>
span { border-color: #E2BBDD; }
span { border-color: rgb(226,187,221); }
td.TdClassName
{
border-color: #E2BBDD;
}
.TagClassName
{
border-color: #E2BBDD;
}
</style>