Shades of French Lilac #E7B6D6
Tints of French Lilac #E7B6D6
RGB
CMYK
RGB Variations
Color information
#E7B6D6 (or 0xE7B6D6) is known color: French Lilac. HEX triplet: E7, B6 and D6. RGB value is (231,182,214). Sum of RGB (Red+Green+Blue) = 231+182+214=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6D6 is #184929. Grayscale: #C8C8C8. Windows color (decimal): -1591594 or 14071527. OLE color: 14071527.
HSL color Cylindrical-coordinate representation of color #E7B6D6: hue angle of 320.82º 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 #E7B6D6 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 214 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.09 |
| HSL | 320.82º | 0.51% | 0.81% | - |
| HSV(B) | 320.82º | 0.21% | 0.91% | - |
| XYZ | 61.82 | 55.3 | 71.03 | - |
| YUV | 200.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 214 | 0 | 0.21 | 0.07 | 0.09 | 320.82 | 0.51 | 0.81 |
| Hex | E7 | B6 | D6 | 0 | 15 | 7 | 9 | 141 | 33 | 51 |
| Octal | 347 | 266 | 326 | 0 | 25 | 7 | 11 | 501 | 63 | 121 |
| Binary | 11100111 | 10110110 | 11010110 | 0 | 10101 | 111 | 1001 | 101000001 | 110011 | 1010001 |
Color Harmonies of #E7B6D6
Complementary color
Monochromatic Colors of #E7B6D6
Black with #E7B6D6
Text Example
Text Example
White with #E7B6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B6D6; }
p { color: rgb(231,182,214); }
H1.HeaderClassName
{
color: #E7B6D6;
}
.AnyTagClassName
{
color: #E7B6D6;
}
</style>
background-color css
<style>
a { background-color: #E7B6D6; }
a { background-color: rgb(231,182,214); }
div.DivClassName
{
background-color: #E7B6D6;
}
.BgClassName
{
background-color: #E7B6D6;
}
</style>
border-color css
<style>
span { border-color: #E7B6D6; }
span { border-color: rgb(231,182,214); }
td.TdClassName
{
border-color: #E7B6D6;
}
.TagClassName
{
border-color: #E7B6D6;
}
</style>