Shades of French Lilac #E1BADD
Tints of French Lilac #E1BADD
RGB
CMYK
RGB Variations
Color information
#E1BADD (or 0xE1BADD) is known color: French Lilac. HEX triplet: E1, BA and DD. RGB value is (225,186,221). Sum of RGB (Red+Green+Blue) = 225+186+221=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADD is #1E4522. Grayscale: #C9C9C9. Windows color (decimal): -1983779 or 14531297. OLE color: 14531297.
HSL color Cylindrical-coordinate representation of color #E1BADD: hue angle of 306.15º 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 #E1BADD is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 221 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.12 |
| HSL | 306.15º | 0.39% | 0.81% | - |
| HSV(B) | 306.15º | 0.17% | 0.88% | - |
| XYZ | 61.66 | 56.35 | 76.03 | - |
| YUV | 201.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 221 | 0 | 0.17 | 0.02 | 0.12 | 306.15 | 0.39 | 0.81 |
| Hex | E1 | BA | DD | 0 | 11 | 2 | C | 132 | 27 | 51 |
| Octal | 341 | 272 | 335 | 0 | 21 | 2 | 14 | 462 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11011101 | 0 | 10001 | 10 | 1100 | 100110010 | 100111 | 1010001 |
Color Harmonies of #E1BADD
Complementary color
Monochromatic Colors of #E1BADD
Black with #E1BADD
Text Example
Text Example
White with #E1BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BADD; }
p { color: rgb(225,186,221); }
H1.HeaderClassName
{
color: #E1BADD;
}
.AnyTagClassName
{
color: #E1BADD;
}
</style>
background-color css
<style>
a { background-color: #E1BADD; }
a { background-color: rgb(225,186,221); }
div.DivClassName
{
background-color: #E1BADD;
}
.BgClassName
{
background-color: #E1BADD;
}
</style>
border-color css
<style>
span { border-color: #E1BADD; }
span { border-color: rgb(225,186,221); }
td.TdClassName
{
border-color: #E1BADD;
}
.TagClassName
{
border-color: #E1BADD;
}
</style>