Shades of French Lilac #E0B7D9
Tints of French Lilac #E0B7D9
RGB
CMYK
RGB Variations
Color information
#E0B7D9 (or 0xE0B7D9) is known color: French Lilac. HEX triplet: E0, B7 and D9. RGB value is (224,183,217). Sum of RGB (Red+Green+Blue) = 224+183+217=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B7D9 is #1F4826. Grayscale: #C7C7C7. Windows color (decimal): -2050087 or 14268384. OLE color: 14268384.
HSL color Cylindrical-coordinate representation of color #E0B7D9: hue angle of 310.24º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0B7D9 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 217 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.12 |
| HSL | 310.24º | 0.4% | 0.8% | - |
| HSV(B) | 310.24º | 0.18% | 0.88% | - |
| XYZ | 60.2 | 54.72 | 73.04 | - |
| YUV | 199.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 217 | 0 | 0.18 | 0.03 | 0.12 | 310.24 | 0.4 | 0.8 |
| Hex | E0 | B7 | D9 | 0 | 12 | 3 | C | 136 | 28 | 50 |
| Octal | 340 | 267 | 331 | 0 | 22 | 3 | 14 | 466 | 50 | 120 |
| Binary | 11100000 | 10110111 | 11011001 | 0 | 10010 | 11 | 1100 | 100110110 | 101000 | 1010000 |
Color Harmonies of #E0B7D9
Complementary color
Monochromatic Colors of #E0B7D9
Black with #E0B7D9
Text Example
Text Example
White with #E0B7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7D9; }
p { color: rgb(224,183,217); }
H1.HeaderClassName
{
color: #E0B7D9;
}
.AnyTagClassName
{
color: #E0B7D9;
}
</style>
background-color css
<style>
a { background-color: #E0B7D9; }
a { background-color: rgb(224,183,217); }
div.DivClassName
{
background-color: #E0B7D9;
}
.BgClassName
{
background-color: #E0B7D9;
}
</style>
border-color css
<style>
span { border-color: #E0B7D9; }
span { border-color: rgb(224,183,217); }
td.TdClassName
{
border-color: #E0B7D9;
}
.TagClassName
{
border-color: #E0B7D9;
}
</style>