Shades of French Lilac #E2BEDE
Tints of French Lilac #E2BEDE
RGB
CMYK
RGB Variations
Color information
#E2BEDE (or 0xE2BEDE) is known color: French Lilac. HEX triplet: E2, BE and DE. RGB value is (226,190,222). Sum of RGB (Red+Green+Blue) = 226+190+222=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEDE is #1D4121. Grayscale: #CCCCCC. Windows color (decimal): -1917218 or 14597858. OLE color: 14597858.
HSL color Cylindrical-coordinate representation of color #E2BEDE: hue angle of 306.67º 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 #E2BEDE is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 222 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.11 |
| HSL | 306.67º | 0.38% | 0.82% | - |
| HSV(B) | 306.67º | 0.16% | 0.89% | - |
| XYZ | 62.96 | 58.27 | 77.04 | - |
| YUV | 204.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 222 | 0 | 0.16 | 0.02 | 0.11 | 306.67 | 0.38 | 0.82 |
| Hex | E2 | BE | DE | 0 | 10 | 2 | B | 133 | 26 | 52 |
| Octal | 342 | 276 | 336 | 0 | 20 | 2 | 13 | 463 | 46 | 122 |
| Binary | 11100010 | 10111110 | 11011110 | 0 | 10000 | 10 | 1011 | 100110011 | 100110 | 1010010 |
Color Harmonies of #E2BEDE
Complementary color
Monochromatic Colors of #E2BEDE
Black with #E2BEDE
Text Example
Text Example
White with #E2BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEDE; }
p { color: rgb(226,190,222); }
H1.HeaderClassName
{
color: #E2BEDE;
}
.AnyTagClassName
{
color: #E2BEDE;
}
</style>
background-color css
<style>
a { background-color: #E2BEDE; }
a { background-color: rgb(226,190,222); }
div.DivClassName
{
background-color: #E2BEDE;
}
.BgClassName
{
background-color: #E2BEDE;
}
</style>
border-color css
<style>
span { border-color: #E2BEDE; }
span { border-color: rgb(226,190,222); }
td.TdClassName
{
border-color: #E2BEDE;
}
.TagClassName
{
border-color: #E2BEDE;
}
</style>