Shades of French Lilac #E1BEDE
Tints of French Lilac #E1BEDE
RGB
CMYK
RGB Variations
Color information
#E1BEDE (or 0xE1BEDE) is known color: French Lilac. HEX triplet: E1, BE and DE. RGB value is (225,190,222). Sum of RGB (Red+Green+Blue) = 225+190+222=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEDE is #1E4121. Grayscale: #CCCCCC. Windows color (decimal): -1982754 or 14597857. OLE color: 14597857.
HSL color Cylindrical-coordinate representation of color #E1BEDE: hue angle of 305.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BEDE is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 222 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.12 |
| HSL | 305.14º | 0.37% | 0.81% | - |
| HSV(B) | 305.14º | 0.16% | 0.88% | - |
| XYZ | 62.65 | 58.11 | 77.02 | - |
| YUV | 204.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 222 | 0 | 0.16 | 0.01 | 0.12 | 305.14 | 0.37 | 0.81 |
| Hex | E1 | BE | DE | 0 | 10 | 1 | C | 131 | 25 | 51 |
| Octal | 341 | 276 | 336 | 0 | 20 | 1 | 14 | 461 | 45 | 121 |
| Binary | 11100001 | 10111110 | 11011110 | 0 | 10000 | 1 | 1100 | 100110001 | 100101 | 1010001 |
Color Harmonies of #E1BEDE
Complementary color
Monochromatic Colors of #E1BEDE
Black with #E1BEDE
Text Example
Text Example
White with #E1BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEDE; }
p { color: rgb(225,190,222); }
H1.HeaderClassName
{
color: #E1BEDE;
}
.AnyTagClassName
{
color: #E1BEDE;
}
</style>
background-color css
<style>
a { background-color: #E1BEDE; }
a { background-color: rgb(225,190,222); }
div.DivClassName
{
background-color: #E1BEDE;
}
.BgClassName
{
background-color: #E1BEDE;
}
</style>
border-color css
<style>
span { border-color: #E1BEDE; }
span { border-color: rgb(225,190,222); }
td.TdClassName
{
border-color: #E1BEDE;
}
.TagClassName
{
border-color: #E1BEDE;
}
</style>