Shades of French Lilac #E2B3DC
Tints of French Lilac #E2B3DC
RGB
CMYK
RGB Variations
Color information
#E2B3DC (or 0xE2B3DC) is known color: French Lilac. HEX triplet: E2, B3 and DC. RGB value is (226,179,220). Sum of RGB (Red+Green+Blue) = 226+179+220=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3DC is #1D4C23. Grayscale: #C5C5C5. Windows color (decimal): -1920036 or 14463970. OLE color: 14463970.
HSL color Cylindrical-coordinate representation of color #E2B3DC: hue angle of 307.66º 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 #E2B3DC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 220 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.11 |
| HSL | 307.66º | 0.45% | 0.79% | - |
| HSV(B) | 307.66º | 0.21% | 0.89% | - |
| XYZ | 60.4 | 53.58 | 74.87 | - |
| YUV | 197.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 220 | 0 | 0.21 | 0.03 | 0.11 | 307.66 | 0.45 | 0.79 |
| Hex | E2 | B3 | DC | 0 | 15 | 3 | B | 134 | 2D | 4F |
| Octal | 342 | 263 | 334 | 0 | 25 | 3 | 13 | 464 | 55 | 117 |
| Binary | 11100010 | 10110011 | 11011100 | 0 | 10101 | 11 | 1011 | 100110100 | 101101 | 1001111 |
Color Harmonies of #E2B3DC
Complementary color
Monochromatic Colors of #E2B3DC
Black with #E2B3DC
Text Example
Text Example
White with #E2B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3DC; }
p { color: rgb(226,179,220); }
H1.HeaderClassName
{
color: #E2B3DC;
}
.AnyTagClassName
{
color: #E2B3DC;
}
</style>
background-color css
<style>
a { background-color: #E2B3DC; }
a { background-color: rgb(226,179,220); }
div.DivClassName
{
background-color: #E2B3DC;
}
.BgClassName
{
background-color: #E2B3DC;
}
</style>
border-color css
<style>
span { border-color: #E2B3DC; }
span { border-color: rgb(226,179,220); }
td.TdClassName
{
border-color: #E2B3DC;
}
.TagClassName
{
border-color: #E2B3DC;
}
</style>