Shades of French Lilac #E2B3DF
Tints of French Lilac #E2B3DF
RGB
CMYK
RGB Variations
Color information
#E2B3DF (or 0xE2B3DF) is known color: French Lilac. HEX triplet: E2, B3 and DF. RGB value is (226,179,223). Sum of RGB (Red+Green+Blue) = 226+179+223=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3DF is #1D4C20. Grayscale: #C5C5C5. Windows color (decimal): -1920033 or 14660578. OLE color: 14660578.
HSL color Cylindrical-coordinate representation of color #E2B3DF: hue angle of 303.83º 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 #E2B3DF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 223 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.11 |
| HSL | 303.83º | 0.45% | 0.79% | - |
| HSV(B) | 303.83º | 0.21% | 0.89% | - |
| XYZ | 60.8 | 53.74 | 76.98 | - |
| YUV | 198.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 223 | 0 | 0.21 | 0.01 | 0.11 | 303.83 | 0.45 | 0.79 |
| Hex | E2 | B3 | DF | 0 | 15 | 1 | B | 130 | 2D | 4F |
| Octal | 342 | 263 | 337 | 0 | 25 | 1 | 13 | 460 | 55 | 117 |
| Binary | 11100010 | 10110011 | 11011111 | 0 | 10101 | 1 | 1011 | 100110000 | 101101 | 1001111 |
Color Harmonies of #E2B3DF
Complementary color
Monochromatic Colors of #E2B3DF
Black with #E2B3DF
Text Example
Text Example
White with #E2B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3DF; }
p { color: rgb(226,179,223); }
H1.HeaderClassName
{
color: #E2B3DF;
}
.AnyTagClassName
{
color: #E2B3DF;
}
</style>
background-color css
<style>
a { background-color: #E2B3DF; }
a { background-color: rgb(226,179,223); }
div.DivClassName
{
background-color: #E2B3DF;
}
.BgClassName
{
background-color: #E2B3DF;
}
</style>
border-color css
<style>
span { border-color: #E2B3DF; }
span { border-color: rgb(226,179,223); }
td.TdClassName
{
border-color: #E2B3DF;
}
.TagClassName
{
border-color: #E2B3DF;
}
</style>