Shades of French Lilac #E2B3DD
Tints of French Lilac #E2B3DD
RGB
CMYK
RGB Variations
Color information
#E2B3DD (or 0xE2B3DD) is known color: French Lilac. HEX triplet: E2, B3 and DD. RGB value is (226,179,221). Sum of RGB (Red+Green+Blue) = 226+179+221=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3DD is #1D4C22. Grayscale: #C5C5C5. Windows color (decimal): -1920035 or 14529506. OLE color: 14529506.
HSL color Cylindrical-coordinate representation of color #E2B3DD: hue angle of 306.38º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B3DD is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 221 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.11 |
| HSL | 306.38º | 0.45% | 0.79% | - |
| HSV(B) | 306.38º | 0.21% | 0.89% | - |
| XYZ | 60.54 | 53.63 | 75.57 | - |
| YUV | 197.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 221 | 0 | 0.21 | 0.02 | 0.11 | 306.38 | 0.45 | 0.79 |
| Hex | E2 | B3 | DD | 0 | 15 | 2 | B | 132 | 2D | 4F |
| Octal | 342 | 263 | 335 | 0 | 25 | 2 | 13 | 462 | 55 | 117 |
| Binary | 11100010 | 10110011 | 11011101 | 0 | 10101 | 10 | 1011 | 100110010 | 101101 | 1001111 |
Color Harmonies of #E2B3DD
Complementary color
Monochromatic Colors of #E2B3DD
Black with #E2B3DD
Text Example
Text Example
White with #E2B3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3DD; }
p { color: rgb(226,179,221); }
H1.HeaderClassName
{
color: #E2B3DD;
}
.AnyTagClassName
{
color: #E2B3DD;
}
</style>
background-color css
<style>
a { background-color: #E2B3DD; }
a { background-color: rgb(226,179,221); }
div.DivClassName
{
background-color: #E2B3DD;
}
.BgClassName
{
background-color: #E2B3DD;
}
</style>
border-color css
<style>
span { border-color: #E2B3DD; }
span { border-color: rgb(226,179,221); }
td.TdClassName
{
border-color: #E2B3DD;
}
.TagClassName
{
border-color: #E2B3DD;
}
</style>