Shades of French Lilac #E2B8D7
Tints of French Lilac #E2B8D7
RGB
CMYK
RGB Variations
Color information
#E2B8D7 (or 0xE2B8D7) is known color: French Lilac. HEX triplet: E2, B8 and D7. RGB value is (226,184,215). Sum of RGB (Red+Green+Blue) = 226+184+215=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B8D7 is #1D4728. Grayscale: #C8C8C8. Windows color (decimal): -1918761 or 14137570. OLE color: 14137570.
HSL color Cylindrical-coordinate representation of color #E2B8D7: hue angle of 315.71º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2B8D7 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 215 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.11 |
| HSL | 315.71º | 0.42% | 0.8% | - |
| HSV(B) | 315.71º | 0.19% | 0.89% | - |
| XYZ | 60.77 | 55.36 | 71.77 | - |
| YUV | 200.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 215 | 0 | 0.19 | 0.05 | 0.11 | 315.71 | 0.42 | 0.8 |
| Hex | E2 | B8 | D7 | 0 | 13 | 5 | B | 13C | 2A | 50 |
| Octal | 342 | 270 | 327 | 0 | 23 | 5 | 13 | 474 | 52 | 120 |
| Binary | 11100010 | 10111000 | 11010111 | 0 | 10011 | 101 | 1011 | 100111100 | 101010 | 1010000 |
Color Harmonies of #E2B8D7
Complementary color
Monochromatic Colors of #E2B8D7
Black with #E2B8D7
Text Example
Text Example
White with #E2B8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B8D7; }
p { color: rgb(226,184,215); }
H1.HeaderClassName
{
color: #E2B8D7;
}
.AnyTagClassName
{
color: #E2B8D7;
}
</style>
background-color css
<style>
a { background-color: #E2B8D7; }
a { background-color: rgb(226,184,215); }
div.DivClassName
{
background-color: #E2B8D7;
}
.BgClassName
{
background-color: #E2B8D7;
}
</style>
border-color css
<style>
span { border-color: #E2B8D7; }
span { border-color: rgb(226,184,215); }
td.TdClassName
{
border-color: #E2B8D7;
}
.TagClassName
{
border-color: #E2B8D7;
}
</style>