Shades of French Lilac #E1B0DB
Tints of French Lilac #E1B0DB
RGB
CMYK
RGB Variations
Color information
#E1B0DB (or 0xE1B0DB) is known color: French Lilac. HEX triplet: E1, B0 and DB. RGB value is (225,176,219). Sum of RGB (Red+Green+Blue) = 225+176+219=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0DB is #1E4F24. Grayscale: #C3C3C3. Windows color (decimal): -1986341 or 14397665. OLE color: 14397665.
HSL color Cylindrical-coordinate representation of color #E1B0DB: hue angle of 307.35º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0DB is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 219 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.12 |
| HSL | 307.35º | 0.45% | 0.79% | - |
| HSV(B) | 307.35º | 0.22% | 0.88% | - |
| XYZ | 59.36 | 52.17 | 73.96 | - |
| YUV | 195.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 219 | 0 | 0.22 | 0.03 | 0.12 | 307.35 | 0.45 | 0.79 |
| Hex | E1 | B0 | DB | 0 | 16 | 3 | C | 133 | 2D | 4F |
| Octal | 341 | 260 | 333 | 0 | 26 | 3 | 14 | 463 | 55 | 117 |
| Binary | 11100001 | 10110000 | 11011011 | 0 | 10110 | 11 | 1100 | 100110011 | 101101 | 1001111 |
Color Harmonies of #E1B0DB
Complementary color
Monochromatic Colors of #E1B0DB
Black with #E1B0DB
Text Example
Text Example
White with #E1B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0DB; }
p { color: rgb(225,176,219); }
H1.HeaderClassName
{
color: #E1B0DB;
}
.AnyTagClassName
{
color: #E1B0DB;
}
</style>
background-color css
<style>
a { background-color: #E1B0DB; }
a { background-color: rgb(225,176,219); }
div.DivClassName
{
background-color: #E1B0DB;
}
.BgClassName
{
background-color: #E1B0DB;
}
</style>
border-color css
<style>
span { border-color: #E1B0DB; }
span { border-color: rgb(225,176,219); }
td.TdClassName
{
border-color: #E1B0DB;
}
.TagClassName
{
border-color: #E1B0DB;
}
</style>