Shades of French Lilac #E3BED7
Tints of French Lilac #E3BED7
RGB
CMYK
RGB Variations
Color information
#E3BED7 (or 0xE3BED7) is known color: French Lilac. HEX triplet: E3, BE and D7. RGB value is (227,190,215). Sum of RGB (Red+Green+Blue) = 227+190+215=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BED7 is #1C4128. Grayscale: #CBCBCB. Windows color (decimal): -1851689 or 14139107. OLE color: 14139107.
HSL color Cylindrical-coordinate representation of color #E3BED7: hue angle of 319.46º degrees, saturation: 0.4, 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 #E3BED7 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 190 | 215 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.11 |
| HSL | 319.46º | 0.4% | 0.82% | - |
| HSV(B) | 319.46º | 0.16% | 0.89% | - |
| XYZ | 62.36 | 58.06 | 72.21 | - |
| YUV | 203.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 190 | 215 | 0 | 0.16 | 0.05 | 0.11 | 319.46 | 0.4 | 0.82 |
| Hex | E3 | BE | D7 | 0 | 10 | 5 | B | 13F | 28 | 52 |
| Octal | 343 | 276 | 327 | 0 | 20 | 5 | 13 | 477 | 50 | 122 |
| Binary | 11100011 | 10111110 | 11010111 | 0 | 10000 | 101 | 1011 | 100111111 | 101000 | 1010010 |
Color Harmonies of #E3BED7
Complementary color
Monochromatic Colors of #E3BED7
Black with #E3BED7
Text Example
Text Example
White with #E3BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BED7; }
p { color: rgb(227,190,215); }
H1.HeaderClassName
{
color: #E3BED7;
}
.AnyTagClassName
{
color: #E3BED7;
}
</style>
background-color css
<style>
a { background-color: #E3BED7; }
a { background-color: rgb(227,190,215); }
div.DivClassName
{
background-color: #E3BED7;
}
.BgClassName
{
background-color: #E3BED7;
}
</style>
border-color css
<style>
span { border-color: #E3BED7; }
span { border-color: rgb(227,190,215); }
td.TdClassName
{
border-color: #E3BED7;
}
.TagClassName
{
border-color: #E3BED7;
}
</style>