Shades of French Lilac #E5BADC
Tints of French Lilac #E5BADC
RGB
CMYK
RGB Variations
Color information
#E5BADC (or 0xE5BADC) is known color: French Lilac. HEX triplet: E5, BA and DC. RGB value is (229,186,220). Sum of RGB (Red+Green+Blue) = 229+186+220=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BADC is #1A4523. Grayscale: #CACACA. Windows color (decimal): -1721636 or 14465765. OLE color: 14465765.
HSL color Cylindrical-coordinate representation of color #E5BADC: hue angle of 312.56º 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 #E5BADC is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 220 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.10 |
| HSL | 312.56º | 0.45% | 0.81% | - |
| HSV(B) | 312.56º | 0.19% | 0.9% | - |
| XYZ | 62.79 | 56.94 | 75.39 | - |
| YUV | 202.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 220 | 0 | 0.19 | 0.04 | 0.10 | 312.56 | 0.45 | 0.81 |
| Hex | E5 | BA | DC | 0 | 13 | 4 | A | 139 | 2D | 51 |
| Octal | 345 | 272 | 334 | 0 | 23 | 4 | 12 | 471 | 55 | 121 |
| Binary | 11100101 | 10111010 | 11011100 | 0 | 10011 | 100 | 1010 | 100111001 | 101101 | 1010001 |
Color Harmonies of #E5BADC
Complementary color
Monochromatic Colors of #E5BADC
Black with #E5BADC
Text Example
Text Example
White with #E5BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BADC; }
p { color: rgb(229,186,220); }
H1.HeaderClassName
{
color: #E5BADC;
}
.AnyTagClassName
{
color: #E5BADC;
}
</style>
background-color css
<style>
a { background-color: #E5BADC; }
a { background-color: rgb(229,186,220); }
div.DivClassName
{
background-color: #E5BADC;
}
.BgClassName
{
background-color: #E5BADC;
}
</style>
border-color css
<style>
span { border-color: #E5BADC; }
span { border-color: rgb(229,186,220); }
td.TdClassName
{
border-color: #E5BADC;
}
.TagClassName
{
border-color: #E5BADC;
}
</style>