Shades of French Lilac #E5BADE
Tints of French Lilac #E5BADE
RGB
CMYK
RGB Variations
Color information
#E5BADE (or 0xE5BADE) is known color: French Lilac. HEX triplet: E5, BA and DE. RGB value is (229,186,222). Sum of RGB (Red+Green+Blue) = 229+186+222=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BADE is #1A4521. Grayscale: #CACACA. Windows color (decimal): -1721634 or 14596837. OLE color: 14596837.
HSL color Cylindrical-coordinate representation of color #E5BADE: hue angle of 309.77º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BADE is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 222 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.10 |
| HSL | 309.77º | 0.45% | 0.81% | - |
| HSV(B) | 309.77º | 0.19% | 0.9% | - |
| XYZ | 63.06 | 57.05 | 76.8 | - |
| YUV | 202.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 222 | 0 | 0.19 | 0.03 | 0.10 | 309.77 | 0.45 | 0.81 |
| Hex | E5 | BA | DE | 0 | 13 | 3 | A | 136 | 2D | 51 |
| Octal | 345 | 272 | 336 | 0 | 23 | 3 | 12 | 466 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11011110 | 0 | 10011 | 11 | 1010 | 100110110 | 101101 | 1010001 |
Color Harmonies of #E5BADE
Complementary color
Monochromatic Colors of #E5BADE
Black with #E5BADE
Text Example
Text Example
White with #E5BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BADE; }
p { color: rgb(229,186,222); }
H1.HeaderClassName
{
color: #E5BADE;
}
.AnyTagClassName
{
color: #E5BADE;
}
</style>
background-color css
<style>
a { background-color: #E5BADE; }
a { background-color: rgb(229,186,222); }
div.DivClassName
{
background-color: #E5BADE;
}
.BgClassName
{
background-color: #E5BADE;
}
</style>
border-color css
<style>
span { border-color: #E5BADE; }
span { border-color: rgb(229,186,222); }
td.TdClassName
{
border-color: #E5BADE;
}
.TagClassName
{
border-color: #E5BADE;
}
</style>