Shades of French Lilac #E1BAD7
Tints of French Lilac #E1BAD7
RGB
CMYK
RGB Variations
Color information
#E1BAD7 (or 0xE1BAD7) is known color: French Lilac. HEX triplet: E1, BA and D7. RGB value is (225,186,215). Sum of RGB (Red+Green+Blue) = 225+186+215=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAD7 is #1E4528. Grayscale: #C8C8C8. Windows color (decimal): -1983785 or 14138081. OLE color: 14138081.
HSL color Cylindrical-coordinate representation of color #E1BAD7: hue angle of 315.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAD7 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 215 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.12 |
| HSL | 315.38º | 0.39% | 0.81% | - |
| HSV(B) | 315.38º | 0.17% | 0.88% | - |
| XYZ | 60.88 | 56.03 | 71.9 | - |
| YUV | 200.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 215 | 0 | 0.17 | 0.04 | 0.12 | 315.38 | 0.39 | 0.81 |
| Hex | E1 | BA | D7 | 0 | 11 | 4 | C | 13B | 27 | 51 |
| Octal | 341 | 272 | 327 | 0 | 21 | 4 | 14 | 473 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11010111 | 0 | 10001 | 100 | 1100 | 100111011 | 100111 | 1010001 |
Color Harmonies of #E1BAD7
Complementary color
Monochromatic Colors of #E1BAD7
Black with #E1BAD7
Text Example
Text Example
White with #E1BAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAD7; }
p { color: rgb(225,186,215); }
H1.HeaderClassName
{
color: #E1BAD7;
}
.AnyTagClassName
{
color: #E1BAD7;
}
</style>
background-color css
<style>
a { background-color: #E1BAD7; }
a { background-color: rgb(225,186,215); }
div.DivClassName
{
background-color: #E1BAD7;
}
.BgClassName
{
background-color: #E1BAD7;
}
</style>
border-color css
<style>
span { border-color: #E1BAD7; }
span { border-color: rgb(225,186,215); }
td.TdClassName
{
border-color: #E1BAD7;
}
.TagClassName
{
border-color: #E1BAD7;
}
</style>