Shades of French Lilac #E7BFDC
Tints of French Lilac #E7BFDC
RGB
CMYK
RGB Variations
Color information
#E7BFDC (or 0xE7BFDC) is known color: French Lilac. HEX triplet: E7, BF and DC. RGB value is (231,191,220). Sum of RGB (Red+Green+Blue) = 231+191+220=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFDC is #184023. Grayscale: #CECECE. Windows color (decimal): -1589284 or 14467047. OLE color: 14467047.
HSL color Cylindrical-coordinate representation of color #E7BFDC: hue angle of 316.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7BFDC is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 220 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.09 |
| HSL | 316.5º | 0.45% | 0.83% | - |
| HSV(B) | 316.5º | 0.17% | 0.91% | - |
| XYZ | 64.5 | 59.42 | 75.78 | - |
| YUV | 206.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 220 | 0 | 0.17 | 0.05 | 0.09 | 316.5 | 0.45 | 0.83 |
| Hex | E7 | BF | DC | 0 | 11 | 5 | 9 | 13C | 2D | 53 |
| Octal | 347 | 277 | 334 | 0 | 21 | 5 | 11 | 474 | 55 | 123 |
| Binary | 11100111 | 10111111 | 11011100 | 0 | 10001 | 101 | 1001 | 100111100 | 101101 | 1010011 |
Color Harmonies of #E7BFDC
Complementary color
Monochromatic Colors of #E7BFDC
Black with #E7BFDC
Text Example
Text Example
White with #E7BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFDC; }
p { color: rgb(231,191,220); }
H1.HeaderClassName
{
color: #E7BFDC;
}
.AnyTagClassName
{
color: #E7BFDC;
}
</style>
background-color css
<style>
a { background-color: #E7BFDC; }
a { background-color: rgb(231,191,220); }
div.DivClassName
{
background-color: #E7BFDC;
}
.BgClassName
{
background-color: #E7BFDC;
}
</style>
border-color css
<style>
span { border-color: #E7BFDC; }
span { border-color: rgb(231,191,220); }
td.TdClassName
{
border-color: #E7BFDC;
}
.TagClassName
{
border-color: #E7BFDC;
}
</style>