Shades of French Lilac #E2BBD6
Tints of French Lilac #E2BBD6
RGB
CMYK
RGB Variations
Color information
#E2BBD6 (or 0xE2BBD6) is known color: French Lilac. HEX triplet: E2, BB and D6. RGB value is (226,187,214). Sum of RGB (Red+Green+Blue) = 226+187+214=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBD6 is #1D4429. Grayscale: #C9C9C9. Windows color (decimal): -1917994 or 14072802. OLE color: 14072802.
HSL color Cylindrical-coordinate representation of color #E2BBD6: hue angle of 318.46º 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 #E2BBD6 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 214 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.11 |
| HSL | 318.46º | 0.4% | 0.81% | - |
| HSV(B) | 318.46º | 0.17% | 0.89% | - |
| XYZ | 61.27 | 56.56 | 71.31 | - |
| YUV | 201.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 214 | 0 | 0.17 | 0.05 | 0.11 | 318.46 | 0.4 | 0.81 |
| Hex | E2 | BB | D6 | 0 | 11 | 5 | B | 13E | 28 | 51 |
| Octal | 342 | 273 | 326 | 0 | 21 | 5 | 13 | 476 | 50 | 121 |
| Binary | 11100010 | 10111011 | 11010110 | 0 | 10001 | 101 | 1011 | 100111110 | 101000 | 1010001 |
Color Harmonies of #E2BBD6
Complementary color
Monochromatic Colors of #E2BBD6
Black with #E2BBD6
Text Example
Text Example
White with #E2BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBD6; }
p { color: rgb(226,187,214); }
H1.HeaderClassName
{
color: #E2BBD6;
}
.AnyTagClassName
{
color: #E2BBD6;
}
</style>
background-color css
<style>
a { background-color: #E2BBD6; }
a { background-color: rgb(226,187,214); }
div.DivClassName
{
background-color: #E2BBD6;
}
.BgClassName
{
background-color: #E2BBD6;
}
</style>
border-color css
<style>
span { border-color: #E2BBD6; }
span { border-color: rgb(226,187,214); }
td.TdClassName
{
border-color: #E2BBD6;
}
.TagClassName
{
border-color: #E2BBD6;
}
</style>