Shades of French Lilac #E4BADC
Tints of French Lilac #E4BADC
RGB
CMYK
RGB Variations
Color information
#E4BADC (or 0xE4BADC) is known color: French Lilac. HEX triplet: E4, BA and DC. RGB value is (228,186,220). Sum of RGB (Red+Green+Blue) = 228+186+220=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BADC is #1B4523. Grayscale: #CACACA. Windows color (decimal): -1787172 or 14465764. OLE color: 14465764.
HSL color Cylindrical-coordinate representation of color #E4BADC: hue angle of 311.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BADC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 220 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.11 |
| HSL | 311.43º | 0.44% | 0.81% | - |
| HSV(B) | 311.43º | 0.18% | 0.89% | - |
| XYZ | 62.47 | 56.78 | 75.38 | - |
| YUV | 202.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 220 | 0 | 0.18 | 0.04 | 0.11 | 311.43 | 0.44 | 0.81 |
| Hex | E4 | BA | DC | 0 | 12 | 4 | B | 137 | 2C | 51 |
| Octal | 344 | 272 | 334 | 0 | 22 | 4 | 13 | 467 | 54 | 121 |
| Binary | 11100100 | 10111010 | 11011100 | 0 | 10010 | 100 | 1011 | 100110111 | 101100 | 1010001 |
Color Harmonies of #E4BADC
Complementary color
Monochromatic Colors of #E4BADC
Black with #E4BADC
Text Example
Text Example
White with #E4BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BADC; }
p { color: rgb(228,186,220); }
H1.HeaderClassName
{
color: #E4BADC;
}
.AnyTagClassName
{
color: #E4BADC;
}
</style>
background-color css
<style>
a { background-color: #E4BADC; }
a { background-color: rgb(228,186,220); }
div.DivClassName
{
background-color: #E4BADC;
}
.BgClassName
{
background-color: #E4BADC;
}
</style>
border-color css
<style>
span { border-color: #E4BADC; }
span { border-color: rgb(228,186,220); }
td.TdClassName
{
border-color: #E4BADC;
}
.TagClassName
{
border-color: #E4BADC;
}
</style>