Shades of French Lilac #E0BADA
Tints of French Lilac #E0BADA
RGB
CMYK
RGB Variations
Color information
#E0BADA (or 0xE0BADA) is known color: French Lilac. HEX triplet: E0, BA and DA. RGB value is (224,186,218). Sum of RGB (Red+Green+Blue) = 224+186+218=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BADA is #1F4525. Grayscale: #C8C8C8. Windows color (decimal): -2049318 or 14334688. OLE color: 14334688.
HSL color Cylindrical-coordinate representation of color #E0BADA: hue angle of 309.47º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BADA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 218 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.12 |
| HSL | 309.47º | 0.38% | 0.8% | - |
| HSV(B) | 309.47º | 0.17% | 0.88% | - |
| XYZ | 60.95 | 56.03 | 73.93 | - |
| YUV | 201.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 218 | 0 | 0.17 | 0.03 | 0.12 | 309.47 | 0.38 | 0.8 |
| Hex | E0 | BA | DA | 0 | 11 | 3 | C | 135 | 26 | 50 |
| Octal | 340 | 272 | 332 | 0 | 21 | 3 | 14 | 465 | 46 | 120 |
| Binary | 11100000 | 10111010 | 11011010 | 0 | 10001 | 11 | 1100 | 100110101 | 100110 | 1010000 |
Color Harmonies of #E0BADA
Complementary color
Monochromatic Colors of #E0BADA
Black with #E0BADA
Text Example
Text Example
White with #E0BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BADA; }
p { color: rgb(224,186,218); }
H1.HeaderClassName
{
color: #E0BADA;
}
.AnyTagClassName
{
color: #E0BADA;
}
</style>
background-color css
<style>
a { background-color: #E0BADA; }
a { background-color: rgb(224,186,218); }
div.DivClassName
{
background-color: #E0BADA;
}
.BgClassName
{
background-color: #E0BADA;
}
</style>
border-color css
<style>
span { border-color: #E0BADA; }
span { border-color: rgb(224,186,218); }
td.TdClassName
{
border-color: #E0BADA;
}
.TagClassName
{
border-color: #E0BADA;
}
</style>