Shades of French Lilac #E7BFDD
Tints of French Lilac #E7BFDD
RGB
CMYK
RGB Variations
Color information
#E7BFDD (or 0xE7BFDD) is known color: French Lilac. HEX triplet: E7, BF and DD. RGB value is (231,191,221). Sum of RGB (Red+Green+Blue) = 231+191+221=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFDD is #184022. Grayscale: #CECECE. Windows color (decimal): -1589283 or 14532583. OLE color: 14532583.
HSL color Cylindrical-coordinate representation of color #E7BFDD: hue angle of 315º 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 #E7BFDD is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 221 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.09 |
| HSL | 315º | 0.45% | 0.83% | - |
| HSV(B) | 315º | 0.17% | 0.91% | - |
| XYZ | 64.64 | 59.47 | 76.48 | - |
| YUV | 206.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 221 | 0 | 0.17 | 0.04 | 0.09 | 315 | 0.45 | 0.83 |
| Hex | E7 | BF | DD | 0 | 11 | 4 | 9 | 13B | 2D | 53 |
| Octal | 347 | 277 | 335 | 0 | 21 | 4 | 11 | 473 | 55 | 123 |
| Binary | 11100111 | 10111111 | 11011101 | 0 | 10001 | 100 | 1001 | 100111011 | 101101 | 1010011 |
Color Harmonies of #E7BFDD
Complementary color
Monochromatic Colors of #E7BFDD
Black with #E7BFDD
Text Example
Text Example
White with #E7BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFDD; }
p { color: rgb(231,191,221); }
H1.HeaderClassName
{
color: #E7BFDD;
}
.AnyTagClassName
{
color: #E7BFDD;
}
</style>
background-color css
<style>
a { background-color: #E7BFDD; }
a { background-color: rgb(231,191,221); }
div.DivClassName
{
background-color: #E7BFDD;
}
.BgClassName
{
background-color: #E7BFDD;
}
</style>
border-color css
<style>
span { border-color: #E7BFDD; }
span { border-color: rgb(231,191,221); }
td.TdClassName
{
border-color: #E7BFDD;
}
.TagClassName
{
border-color: #E7BFDD;
}
</style>