Shades of French Lilac #E4BADF
Tints of French Lilac #E4BADF
RGB
CMYK
RGB Variations
Color information
#E4BADF (or 0xE4BADF) is known color: French Lilac. HEX triplet: E4, BA and DF. RGB value is (228,186,223). Sum of RGB (Red+Green+Blue) = 228+186+223=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BADF is #1B4520. Grayscale: #CACACA. Windows color (decimal): -1787169 or 14662372. OLE color: 14662372.
HSL color Cylindrical-coordinate representation of color #E4BADF: hue angle of 307.14º 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 #E4BADF is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 223 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.11 |
| HSL | 307.14º | 0.44% | 0.81% | - |
| HSV(B) | 307.14º | 0.18% | 0.89% | - |
| XYZ | 62.87 | 56.94 | 77.49 | - |
| YUV | 202.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 223 | 0 | 0.18 | 0.02 | 0.11 | 307.14 | 0.44 | 0.81 |
| Hex | E4 | BA | DF | 0 | 12 | 2 | B | 133 | 2C | 51 |
| Octal | 344 | 272 | 337 | 0 | 22 | 2 | 13 | 463 | 54 | 121 |
| Binary | 11100100 | 10111010 | 11011111 | 0 | 10010 | 10 | 1011 | 100110011 | 101100 | 1010001 |
Color Harmonies of #E4BADF
Complementary color
Monochromatic Colors of #E4BADF
Black with #E4BADF
Text Example
Text Example
White with #E4BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BADF; }
p { color: rgb(228,186,223); }
H1.HeaderClassName
{
color: #E4BADF;
}
.AnyTagClassName
{
color: #E4BADF;
}
</style>
background-color css
<style>
a { background-color: #E4BADF; }
a { background-color: rgb(228,186,223); }
div.DivClassName
{
background-color: #E4BADF;
}
.BgClassName
{
background-color: #E4BADF;
}
</style>
border-color css
<style>
span { border-color: #E4BADF; }
span { border-color: rgb(228,186,223); }
td.TdClassName
{
border-color: #E4BADF;
}
.TagClassName
{
border-color: #E4BADF;
}
</style>