Shades of French Lilac #E2BEDC
Tints of French Lilac #E2BEDC
RGB
CMYK
RGB Variations
Color information
#E2BEDC (or 0xE2BEDC) is known color: French Lilac. HEX triplet: E2, BE and DC. RGB value is (226,190,220). Sum of RGB (Red+Green+Blue) = 226+190+220=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEDC is #1D4123. Grayscale: #CCCCCC. Windows color (decimal): -1917220 or 14466786. OLE color: 14466786.
HSL color Cylindrical-coordinate representation of color #E2BEDC: hue angle of 310º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BEDC is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 220 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.11 |
| HSL | 310º | 0.38% | 0.82% | - |
| HSV(B) | 310º | 0.16% | 0.89% | - |
| XYZ | 62.7 | 58.16 | 75.63 | - |
| YUV | 204.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 220 | 0 | 0.16 | 0.03 | 0.11 | 310 | 0.38 | 0.82 |
| Hex | E2 | BE | DC | 0 | 10 | 3 | B | 136 | 26 | 52 |
| Octal | 342 | 276 | 334 | 0 | 20 | 3 | 13 | 466 | 46 | 122 |
| Binary | 11100010 | 10111110 | 11011100 | 0 | 10000 | 11 | 1011 | 100110110 | 100110 | 1010010 |
Color Harmonies of #E2BEDC
Complementary color
Monochromatic Colors of #E2BEDC
Black with #E2BEDC
Text Example
Text Example
White with #E2BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEDC; }
p { color: rgb(226,190,220); }
H1.HeaderClassName
{
color: #E2BEDC;
}
.AnyTagClassName
{
color: #E2BEDC;
}
</style>
background-color css
<style>
a { background-color: #E2BEDC; }
a { background-color: rgb(226,190,220); }
div.DivClassName
{
background-color: #E2BEDC;
}
.BgClassName
{
background-color: #E2BEDC;
}
</style>
border-color css
<style>
span { border-color: #E2BEDC; }
span { border-color: rgb(226,190,220); }
td.TdClassName
{
border-color: #E2BEDC;
}
.TagClassName
{
border-color: #E2BEDC;
}
</style>