Shades of French Lilac #E0BAD4
Tints of French Lilac #E0BAD4
RGB
CMYK
RGB Variations
Color information
#E0BAD4 (or 0xE0BAD4) is known color: French Lilac. HEX triplet: E0, BA and D4. RGB value is (224,186,212). Sum of RGB (Red+Green+Blue) = 224+186+212=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD4 is #1F452B. Grayscale: #C8C8C8. Windows color (decimal): -2049324 or 13941472. OLE color: 13941472.
HSL color Cylindrical-coordinate representation of color #E0BAD4: hue angle of 318.95º 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 #E0BAD4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 212 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.12 |
| HSL | 318.95º | 0.38% | 0.8% | - |
| HSV(B) | 318.95º | 0.17% | 0.88% | - |
| XYZ | 60.18 | 55.72 | 69.87 | - |
| YUV | 200.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 212 | 0 | 0.17 | 0.05 | 0.12 | 318.95 | 0.38 | 0.8 |
| Hex | E0 | BA | D4 | 0 | 11 | 5 | C | 13F | 26 | 50 |
| Octal | 340 | 272 | 324 | 0 | 21 | 5 | 14 | 477 | 46 | 120 |
| Binary | 11100000 | 10111010 | 11010100 | 0 | 10001 | 101 | 1100 | 100111111 | 100110 | 1010000 |
Color Harmonies of #E0BAD4
Complementary color
Monochromatic Colors of #E0BAD4
Black with #E0BAD4
Text Example
Text Example
White with #E0BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAD4; }
p { color: rgb(224,186,212); }
H1.HeaderClassName
{
color: #E0BAD4;
}
.AnyTagClassName
{
color: #E0BAD4;
}
</style>
background-color css
<style>
a { background-color: #E0BAD4; }
a { background-color: rgb(224,186,212); }
div.DivClassName
{
background-color: #E0BAD4;
}
.BgClassName
{
background-color: #E0BAD4;
}
</style>
border-color css
<style>
span { border-color: #E0BAD4; }
span { border-color: rgb(224,186,212); }
td.TdClassName
{
border-color: #E0BAD4;
}
.TagClassName
{
border-color: #E0BAD4;
}
</style>