Shades of French Lilac #E2BDD6
Tints of French Lilac #E2BDD6
RGB
CMYK
RGB Variations
Color information
#E2BDD6 (or 0xE2BDD6) is known color: French Lilac. HEX triplet: E2, BD and D6. RGB value is (226,189,214). Sum of RGB (Red+Green+Blue) = 226+189+214=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDD6 is #1D4229. Grayscale: #CACACA. Windows color (decimal): -1917482 or 14073314. OLE color: 14073314.
HSL color Cylindrical-coordinate representation of color #E2BDD6: hue angle of 319.46º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BDD6 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 214 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.11 |
| HSL | 319.46º | 0.39% | 0.81% | - |
| HSV(B) | 319.46º | 0.16% | 0.89% | - |
| XYZ | 61.7 | 57.42 | 71.45 | - |
| YUV | 202.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 214 | 0 | 0.16 | 0.05 | 0.11 | 319.46 | 0.39 | 0.81 |
| Hex | E2 | BD | D6 | 0 | 10 | 5 | B | 13F | 27 | 51 |
| Octal | 342 | 275 | 326 | 0 | 20 | 5 | 13 | 477 | 47 | 121 |
| Binary | 11100010 | 10111101 | 11010110 | 0 | 10000 | 101 | 1011 | 100111111 | 100111 | 1010001 |
Color Harmonies of #E2BDD6
Complementary color
Monochromatic Colors of #E2BDD6
Black with #E2BDD6
Text Example
Text Example
White with #E2BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDD6; }
p { color: rgb(226,189,214); }
H1.HeaderClassName
{
color: #E2BDD6;
}
.AnyTagClassName
{
color: #E2BDD6;
}
</style>
background-color css
<style>
a { background-color: #E2BDD6; }
a { background-color: rgb(226,189,214); }
div.DivClassName
{
background-color: #E2BDD6;
}
.BgClassName
{
background-color: #E2BDD6;
}
</style>
border-color css
<style>
span { border-color: #E2BDD6; }
span { border-color: rgb(226,189,214); }
td.TdClassName
{
border-color: #E2BDD6;
}
.TagClassName
{
border-color: #E2BDD6;
}
</style>