Shades of French Lilac #E9B7E4
Tints of French Lilac #E9B7E4
RGB
CMYK
RGB Variations
Color information
#E9B7E4 (or 0xE9B7E4) is known color: French Lilac. HEX triplet: E9, B7 and E4. RGB value is (233,183,228). Sum of RGB (Red+Green+Blue) = 233+183+228=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B7E4 is #16481B. Grayscale: #CACACA. Windows color (decimal): -1460252 or 14989289. OLE color: 14989289.
HSL color Cylindrical-coordinate representation of color #E9B7E4: hue angle of 306º 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 #E9B7E4 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 228 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.09 |
| HSL | 306º | 0.53% | 0.82% | - |
| HSV(B) | 306º | 0.21% | 0.91% | - |
| XYZ | 64.54 | 56.79 | 80.96 | - |
| YUV | 203.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 228 | 0 | 0.21 | 0.02 | 0.09 | 306 | 0.53 | 0.82 |
| Hex | E9 | B7 | E4 | 0 | 15 | 2 | 9 | 132 | 35 | 52 |
| Octal | 351 | 267 | 344 | 0 | 25 | 2 | 11 | 462 | 65 | 122 |
| Binary | 11101001 | 10110111 | 11100100 | 0 | 10101 | 10 | 1001 | 100110010 | 110101 | 1010010 |
Color Harmonies of #E9B7E4
Complementary color
Monochromatic Colors of #E9B7E4
Black with #E9B7E4
Text Example
Text Example
White with #E9B7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B7E4; }
p { color: rgb(233,183,228); }
H1.HeaderClassName
{
color: #E9B7E4;
}
.AnyTagClassName
{
color: #E9B7E4;
}
</style>
background-color css
<style>
a { background-color: #E9B7E4; }
a { background-color: rgb(233,183,228); }
div.DivClassName
{
background-color: #E9B7E4;
}
.BgClassName
{
background-color: #E9B7E4;
}
</style>
border-color css
<style>
span { border-color: #E9B7E4; }
span { border-color: rgb(233,183,228); }
td.TdClassName
{
border-color: #E9B7E4;
}
.TagClassName
{
border-color: #E9B7E4;
}
</style>