Shades of French Lilac #E2B2DB
Tints of French Lilac #E2B2DB
RGB
CMYK
RGB Variations
Color information
#E2B2DB (or 0xE2B2DB) is known color: French Lilac. HEX triplet: E2, B2 and DB. RGB value is (226,178,219). Sum of RGB (Red+Green+Blue) = 226+178+219=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2DB is #1D4D24. Grayscale: #C4C4C4. Windows color (decimal): -1920293 or 14398178. OLE color: 14398178.
HSL color Cylindrical-coordinate representation of color #E2B2DB: hue angle of 308.75º 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 #E2B2DB is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 219 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.11 |
| HSL | 308.75º | 0.45% | 0.79% | - |
| HSV(B) | 308.75º | 0.21% | 0.89% | - |
| XYZ | 60.07 | 53.12 | 74.11 | - |
| YUV | 197.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 219 | 0 | 0.21 | 0.03 | 0.11 | 308.75 | 0.45 | 0.79 |
| Hex | E2 | B2 | DB | 0 | 15 | 3 | B | 135 | 2D | 4F |
| Octal | 342 | 262 | 333 | 0 | 25 | 3 | 13 | 465 | 55 | 117 |
| Binary | 11100010 | 10110010 | 11011011 | 0 | 10101 | 11 | 1011 | 100110101 | 101101 | 1001111 |
Color Harmonies of #E2B2DB
Complementary color
Monochromatic Colors of #E2B2DB
Black with #E2B2DB
Text Example
Text Example
White with #E2B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2DB; }
p { color: rgb(226,178,219); }
H1.HeaderClassName
{
color: #E2B2DB;
}
.AnyTagClassName
{
color: #E2B2DB;
}
</style>
background-color css
<style>
a { background-color: #E2B2DB; }
a { background-color: rgb(226,178,219); }
div.DivClassName
{
background-color: #E2B2DB;
}
.BgClassName
{
background-color: #E2B2DB;
}
</style>
border-color css
<style>
span { border-color: #E2B2DB; }
span { border-color: rgb(226,178,219); }
td.TdClassName
{
border-color: #E2B2DB;
}
.TagClassName
{
border-color: #E2B2DB;
}
</style>