Shades of French Lilac #E9B7DC
Tints of French Lilac #E9B7DC
RGB
CMYK
RGB Variations
Color information
#E9B7DC (or 0xE9B7DC) is known color: French Lilac. HEX triplet: E9, B7 and DC. RGB value is (233,183,220). Sum of RGB (Red+Green+Blue) = 233+183+220=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B7DC is #164823. Grayscale: #CACACA. Windows color (decimal): -1460260 or 14465001. OLE color: 14465001.
HSL color Cylindrical-coordinate representation of color #E9B7DC: hue angle of 315.6º 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 #E9B7DC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 220 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.09 |
| HSL | 315.6º | 0.53% | 0.82% | - |
| HSV(B) | 315.6º | 0.21% | 0.91% | - |
| XYZ | 63.46 | 56.36 | 75.24 | - |
| YUV | 202.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 220 | 0 | 0.21 | 0.06 | 0.09 | 315.6 | 0.53 | 0.82 |
| Hex | E9 | B7 | DC | 0 | 15 | 6 | 9 | 13C | 35 | 52 |
| Octal | 351 | 267 | 334 | 0 | 25 | 6 | 11 | 474 | 65 | 122 |
| Binary | 11101001 | 10110111 | 11011100 | 0 | 10101 | 110 | 1001 | 100111100 | 110101 | 1010010 |
Color Harmonies of #E9B7DC
Complementary color
Monochromatic Colors of #E9B7DC
Black with #E9B7DC
Text Example
Text Example
White with #E9B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B7DC; }
p { color: rgb(233,183,220); }
H1.HeaderClassName
{
color: #E9B7DC;
}
.AnyTagClassName
{
color: #E9B7DC;
}
</style>
background-color css
<style>
a { background-color: #E9B7DC; }
a { background-color: rgb(233,183,220); }
div.DivClassName
{
background-color: #E9B7DC;
}
.BgClassName
{
background-color: #E9B7DC;
}
</style>
border-color css
<style>
span { border-color: #E9B7DC; }
span { border-color: rgb(233,183,220); }
td.TdClassName
{
border-color: #E9B7DC;
}
.TagClassName
{
border-color: #E9B7DC;
}
</style>