Shades of French Lilac #E2BBD7
Tints of French Lilac #E2BBD7
RGB
CMYK
RGB Variations
Color information
#E2BBD7 (or 0xE2BBD7) is known color: French Lilac. HEX triplet: E2, BB and D7. RGB value is (226,187,215). Sum of RGB (Red+Green+Blue) = 226+187+215=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBD7 is #1D4428. Grayscale: #C9C9C9. Windows color (decimal): -1917993 or 14138338. OLE color: 14138338.
HSL color Cylindrical-coordinate representation of color #E2BBD7: hue angle of 316.92º 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 #E2BBD7 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 215 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.11 |
| HSL | 316.92º | 0.4% | 0.81% | - |
| HSV(B) | 316.92º | 0.17% | 0.89% | - |
| XYZ | 61.4 | 56.62 | 71.98 | - |
| YUV | 201.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 215 | 0 | 0.17 | 0.05 | 0.11 | 316.92 | 0.4 | 0.81 |
| Hex | E2 | BB | D7 | 0 | 11 | 5 | B | 13D | 28 | 51 |
| Octal | 342 | 273 | 327 | 0 | 21 | 5 | 13 | 475 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11010111 | 0 | 10001 | 101 | 1011 | 100111101 | 101000 | 1010001 |
Color Harmonies of #E2BBD7
Complementary color
Monochromatic Colors of #E2BBD7
Black with #E2BBD7
Text Example
Text Example
White with #E2BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBD7; }
p { color: rgb(226,187,215); }
H1.HeaderClassName
{
color: #E2BBD7;
}
.AnyTagClassName
{
color: #E2BBD7;
}
</style>
background-color css
<style>
a { background-color: #E2BBD7; }
a { background-color: rgb(226,187,215); }
div.DivClassName
{
background-color: #E2BBD7;
}
.BgClassName
{
background-color: #E2BBD7;
}
</style>
border-color css
<style>
span { border-color: #E2BBD7; }
span { border-color: rgb(226,187,215); }
td.TdClassName
{
border-color: #E2BBD7;
}
.TagClassName
{
border-color: #E2BBD7;
}
</style>