Shades of French Lilac #E2BADF
Tints of French Lilac #E2BADF
RGB
CMYK
RGB Variations
Color information
#E2BADF (or 0xE2BADF) is known color: French Lilac. HEX triplet: E2, BA and DF. RGB value is (226,186,223). Sum of RGB (Red+Green+Blue) = 226+186+223=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BADF is #1D4520. Grayscale: #CACACA. Windows color (decimal): -1918241 or 14662370. OLE color: 14662370.
HSL color Cylindrical-coordinate representation of color #E2BADF: hue angle of 304.5º degrees, saturation: 0.41, 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 #E2BADF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 223 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.11 |
| HSL | 304.5º | 0.41% | 0.81% | - |
| HSV(B) | 304.5º | 0.18% | 0.89% | - |
| XYZ | 62.24 | 56.61 | 77.46 | - |
| YUV | 202.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 223 | 0 | 0.18 | 0.01 | 0.11 | 304.5 | 0.41 | 0.81 |
| Hex | E2 | BA | DF | 0 | 12 | 1 | B | 130 | 29 | 51 |
| Octal | 342 | 272 | 337 | 0 | 22 | 1 | 13 | 460 | 51 | 121 |
| Binary | 11100010 | 10111010 | 11011111 | 0 | 10010 | 1 | 1011 | 100110000 | 101001 | 1010001 |
Color Harmonies of #E2BADF
Complementary color
Monochromatic Colors of #E2BADF
Black with #E2BADF
Text Example
Text Example
White with #E2BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BADF; }
p { color: rgb(226,186,223); }
H1.HeaderClassName
{
color: #E2BADF;
}
.AnyTagClassName
{
color: #E2BADF;
}
</style>
background-color css
<style>
a { background-color: #E2BADF; }
a { background-color: rgb(226,186,223); }
div.DivClassName
{
background-color: #E2BADF;
}
.BgClassName
{
background-color: #E2BADF;
}
</style>
border-color css
<style>
span { border-color: #E2BADF; }
span { border-color: rgb(226,186,223); }
td.TdClassName
{
border-color: #E2BADF;
}
.TagClassName
{
border-color: #E2BADF;
}
</style>