Shades of French Lilac #E2B7DB
Tints of French Lilac #E2B7DB
RGB
CMYK
RGB Variations
Color information
#E2B7DB (or 0xE2B7DB) is known color: French Lilac. HEX triplet: E2, B7 and DB. RGB value is (226,183,219). Sum of RGB (Red+Green+Blue) = 226+183+219=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B7DB is #1D4824. Grayscale: #C7C7C7. Windows color (decimal): -1919013 or 14399458. OLE color: 14399458.
HSL color Cylindrical-coordinate representation of color #E2B7DB: hue angle of 309.77º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2B7DB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 183 | 219 | - |
CMYK | 0 | 0.19 | 0.03 | 0.11 |
HSL | 309.77º | 0.43% | 0.8% | - |
HSV(B) | 309.77º | 0.19% | 0.89% | - |
XYZ | 61.08 | 55.15 | 74.44 | - |
YUV | 199.96 | 138.75 | 146.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 183 | 219 | 0 | 0.19 | 0.03 | 0.11 | 309.77 | 0.43 | 0.8 |
Hex | E2 | B7 | DB | 0 | 13 | 3 | B | 136 | 2B | 50 |
Octal | 342 | 267 | 333 | 0 | 23 | 3 | 13 | 466 | 53 | 120 |
Binary | 11100010 | 10110111 | 11011011 | 0 | 10011 | 11 | 1011 | 100110110 | 101011 | 1010000 |
Color Harmonies of #E2B7DB
Complementary color
Monochromatic Colors of #E2B7DB
Black with #E2B7DB
Text Example
Text Example
White with #E2B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B7DB; }
p { color: rgb(226,183,219); }
H1.HeaderClassName
{
color: #E2B7DB;
}
.AnyTagClassName
{
color: #E2B7DB;
}
</style>
background-color css
<style>
a { background-color: #E2B7DB; }
a { background-color: rgb(226,183,219); }
div.DivClassName
{
background-color: #E2B7DB;
}
.BgClassName
{
background-color: #E2B7DB;
}
</style>
border-color css
<style>
span { border-color: #E2B7DB; }
span { border-color: rgb(226,183,219); }
td.TdClassName
{
border-color: #E2B7DB;
}
.TagClassName
{
border-color: #E2B7DB;
}
</style>