Shades of French Lilac #E9B8DB
Tints of French Lilac #E9B8DB
RGB
CMYK
RGB Variations
Color information
#E9B8DB (or 0xE9B8DB) is known color: French Lilac. HEX triplet: E9, B8 and DB. RGB value is (233,184,219). Sum of RGB (Red+Green+Blue) = 233+184+219=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B8DB is #164724. Grayscale: #CACACA. Windows color (decimal): -1460005 or 14399721. OLE color: 14399721.
HSL color Cylindrical-coordinate representation of color #E9B8DB: hue angle of 317.14º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B8DB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 184 | 219 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.09 |
| HSL | 317.14º | 0.53% | 0.82% | - |
| HSV(B) | 317.14º | 0.21% | 0.91% | - |
| XYZ | 63.53 | 56.72 | 74.62 | - |
| YUV | 202.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 184 | 219 | 0 | 0.21 | 0.06 | 0.09 | 317.14 | 0.53 | 0.82 |
| Hex | E9 | B8 | DB | 0 | 15 | 6 | 9 | 13D | 35 | 52 |
| Octal | 351 | 270 | 333 | 0 | 25 | 6 | 11 | 475 | 65 | 122 |
| Binary | 11101001 | 10111000 | 11011011 | 0 | 10101 | 110 | 1001 | 100111101 | 110101 | 1010010 |
Color Harmonies of #E9B8DB
Complementary color
Monochromatic Colors of #E9B8DB
Black with #E9B8DB
Text Example
Text Example
White with #E9B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B8DB; }
p { color: rgb(233,184,219); }
H1.HeaderClassName
{
color: #E9B8DB;
}
.AnyTagClassName
{
color: #E9B8DB;
}
</style>
background-color css
<style>
a { background-color: #E9B8DB; }
a { background-color: rgb(233,184,219); }
div.DivClassName
{
background-color: #E9B8DB;
}
.BgClassName
{
background-color: #E9B8DB;
}
</style>
border-color css
<style>
span { border-color: #E9B8DB; }
span { border-color: rgb(233,184,219); }
td.TdClassName
{
border-color: #E9B8DB;
}
.TagClassName
{
border-color: #E9B8DB;
}
</style>