Shades of French Lilac #E7B6D8
Tints of French Lilac #E7B6D8
RGB
CMYK
RGB Variations
Color information
#E7B6D8 (or 0xE7B6D8) is known color: French Lilac. HEX triplet: E7, B6 and D8. RGB value is (231,182,216). Sum of RGB (Red+Green+Blue) = 231+182+216=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6D8 is #184927. Grayscale: #C8C8C8. Windows color (decimal): -1591592 or 14202599. OLE color: 14202599.
HSL color Cylindrical-coordinate representation of color #E7B6D8: hue angle of 318.37º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B6D8 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 216 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.09 |
| HSL | 318.37º | 0.51% | 0.81% | - |
| HSV(B) | 318.37º | 0.21% | 0.91% | - |
| XYZ | 62.08 | 55.4 | 72.39 | - |
| YUV | 200.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 216 | 0 | 0.21 | 0.06 | 0.09 | 318.37 | 0.51 | 0.81 |
| Hex | E7 | B6 | D8 | 0 | 15 | 6 | 9 | 13E | 33 | 51 |
| Octal | 347 | 266 | 330 | 0 | 25 | 6 | 11 | 476 | 63 | 121 |
| Binary | 11100111 | 10110110 | 11011000 | 0 | 10101 | 110 | 1001 | 100111110 | 110011 | 1010001 |
Color Harmonies of #E7B6D8
Complementary color
Monochromatic Colors of #E7B6D8
Black with #E7B6D8
Text Example
Text Example
White with #E7B6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B6D8; }
p { color: rgb(231,182,216); }
H1.HeaderClassName
{
color: #E7B6D8;
}
.AnyTagClassName
{
color: #E7B6D8;
}
</style>
background-color css
<style>
a { background-color: #E7B6D8; }
a { background-color: rgb(231,182,216); }
div.DivClassName
{
background-color: #E7B6D8;
}
.BgClassName
{
background-color: #E7B6D8;
}
</style>
border-color css
<style>
span { border-color: #E7B6D8; }
span { border-color: rgb(231,182,216); }
td.TdClassName
{
border-color: #E7B6D8;
}
.TagClassName
{
border-color: #E7B6D8;
}
</style>