Shades of French Lilac #E2B3DB
Tints of French Lilac #E2B3DB
RGB
CMYK
RGB Variations
Color information
#E2B3DB (or 0xE2B3DB) is known color: French Lilac. HEX triplet: E2, B3 and DB. RGB value is (226,179,219). Sum of RGB (Red+Green+Blue) = 226+179+219=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3DB is #1D4C24. Grayscale: #C5C5C5. Windows color (decimal): -1920037 or 14398434. OLE color: 14398434.
HSL color Cylindrical-coordinate representation of color #E2B3DB: hue angle of 308.94º 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 #E2B3DB is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 219 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.11 |
| HSL | 308.94º | 0.45% | 0.79% | - |
| HSV(B) | 308.94º | 0.21% | 0.89% | - |
| XYZ | 60.27 | 53.52 | 74.17 | - |
| YUV | 197.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 219 | 0 | 0.21 | 0.03 | 0.11 | 308.94 | 0.45 | 0.79 |
| Hex | E2 | B3 | DB | 0 | 15 | 3 | B | 135 | 2D | 4F |
| Octal | 342 | 263 | 333 | 0 | 25 | 3 | 13 | 465 | 55 | 117 |
| Binary | 11100010 | 10110011 | 11011011 | 0 | 10101 | 11 | 1011 | 100110101 | 101101 | 1001111 |
Color Harmonies of #E2B3DB
Complementary color
Monochromatic Colors of #E2B3DB
Black with #E2B3DB
Text Example
Text Example
White with #E2B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3DB; }
p { color: rgb(226,179,219); }
H1.HeaderClassName
{
color: #E2B3DB;
}
.AnyTagClassName
{
color: #E2B3DB;
}
</style>
background-color css
<style>
a { background-color: #E2B3DB; }
a { background-color: rgb(226,179,219); }
div.DivClassName
{
background-color: #E2B3DB;
}
.BgClassName
{
background-color: #E2B3DB;
}
</style>
border-color css
<style>
span { border-color: #E2B3DB; }
span { border-color: rgb(226,179,219); }
td.TdClassName
{
border-color: #E2B3DB;
}
.TagClassName
{
border-color: #E2B3DB;
}
</style>