Shades of French Lilac #E2BADE
Tints of French Lilac #E2BADE
RGB
CMYK
RGB Variations
Color information
#E2BADE (or 0xE2BADE) is known color: French Lilac. HEX triplet: E2, BA and DE. RGB value is (226,186,222). Sum of RGB (Red+Green+Blue) = 226+186+222=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BADE is #1D4521. Grayscale: #C9C9C9. Windows color (decimal): -1918242 or 14596834. OLE color: 14596834.
HSL color Cylindrical-coordinate representation of color #E2BADE: hue angle of 306º 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 #E2BADE is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 222 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.11 |
| HSL | 306º | 0.41% | 0.81% | - |
| HSV(B) | 306º | 0.18% | 0.89% | - |
| XYZ | 62.11 | 56.56 | 76.75 | - |
| YUV | 202.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 222 | 0 | 0.18 | 0.02 | 0.11 | 306 | 0.41 | 0.81 |
| Hex | E2 | BA | DE | 0 | 12 | 2 | B | 132 | 29 | 51 |
| Octal | 342 | 272 | 336 | 0 | 22 | 2 | 13 | 462 | 51 | 121 |
| Binary | 11100010 | 10111010 | 11011110 | 0 | 10010 | 10 | 1011 | 100110010 | 101001 | 1010001 |
Color Harmonies of #E2BADE
Complementary color
Monochromatic Colors of #E2BADE
Black with #E2BADE
Text Example
Text Example
White with #E2BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BADE; }
p { color: rgb(226,186,222); }
H1.HeaderClassName
{
color: #E2BADE;
}
.AnyTagClassName
{
color: #E2BADE;
}
</style>
background-color css
<style>
a { background-color: #E2BADE; }
a { background-color: rgb(226,186,222); }
div.DivClassName
{
background-color: #E2BADE;
}
.BgClassName
{
background-color: #E2BADE;
}
</style>
border-color css
<style>
span { border-color: #E2BADE; }
span { border-color: rgb(226,186,222); }
td.TdClassName
{
border-color: #E2BADE;
}
.TagClassName
{
border-color: #E2BADE;
}
</style>