Shades of French Lilac #E3B3DB
Tints of French Lilac #E3B3DB
RGB
CMYK
RGB Variations
Color information
#E3B3DB (or 0xE3B3DB) is known color: French Lilac. HEX triplet: E3, B3 and DB. RGB value is (227,179,219). Sum of RGB (Red+Green+Blue) = 227+179+219=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3B3DB is #1C4C24. Grayscale: #C5C5C5. Windows color (decimal): -1854501 or 14398435. OLE color: 14398435.
HSL color Cylindrical-coordinate representation of color #E3B3DB: hue angle of 310º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E3B3DB is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 179 | 219 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.11 |
| HSL | 310º | 0.46% | 0.8% | - |
| HSV(B) | 310º | 0.21% | 0.89% | - |
| XYZ | 60.58 | 53.69 | 74.19 | - |
| YUV | 197.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 179 | 219 | 0 | 0.21 | 0.04 | 0.11 | 310 | 0.46 | 0.8 |
| Hex | E3 | B3 | DB | 0 | 15 | 4 | B | 136 | 2E | 50 |
| Octal | 343 | 263 | 333 | 0 | 25 | 4 | 13 | 466 | 56 | 120 |
| Binary | 11100011 | 10110011 | 11011011 | 0 | 10101 | 100 | 1011 | 100110110 | 101110 | 1010000 |
Color Harmonies of #E3B3DB
Complementary color
Monochromatic Colors of #E3B3DB
Black with #E3B3DB
Text Example
Text Example
White with #E3B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B3DB; }
p { color: rgb(227,179,219); }
H1.HeaderClassName
{
color: #E3B3DB;
}
.AnyTagClassName
{
color: #E3B3DB;
}
</style>
background-color css
<style>
a { background-color: #E3B3DB; }
a { background-color: rgb(227,179,219); }
div.DivClassName
{
background-color: #E3B3DB;
}
.BgClassName
{
background-color: #E3B3DB;
}
</style>
border-color css
<style>
span { border-color: #E3B3DB; }
span { border-color: rgb(227,179,219); }
td.TdClassName
{
border-color: #E3B3DB;
}
.TagClassName
{
border-color: #E3B3DB;
}
</style>