Shades of French Lilac #E8B6D9
Tints of French Lilac #E8B6D9
RGB
CMYK
RGB Variations
Color information
#E8B6D9 (or 0xE8B6D9) is known color: French Lilac. HEX triplet: E8, B6 and D9. RGB value is (232,182,217). Sum of RGB (Red+Green+Blue) = 232+182+217=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B6D9 is #174926. Grayscale: #C8C8C8. Windows color (decimal): -1526055 or 14268136. OLE color: 14268136.
HSL color Cylindrical-coordinate representation of color #E8B6D9: hue angle of 318º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B6D9 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 182 | 217 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.09 |
| HSL | 318º | 0.52% | 0.81% | - |
| HSV(B) | 318º | 0.22% | 0.91% | - |
| XYZ | 62.53 | 55.62 | 73.09 | - |
| YUV | 200.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 182 | 217 | 0 | 0.22 | 0.06 | 0.09 | 318 | 0.52 | 0.81 |
| Hex | E8 | B6 | D9 | 0 | 16 | 6 | 9 | 13E | 34 | 51 |
| Octal | 350 | 266 | 331 | 0 | 26 | 6 | 11 | 476 | 64 | 121 |
| Binary | 11101000 | 10110110 | 11011001 | 0 | 10110 | 110 | 1001 | 100111110 | 110100 | 1010001 |
Color Harmonies of #E8B6D9
Complementary color
Monochromatic Colors of #E8B6D9
Black with #E8B6D9
Text Example
Text Example
White with #E8B6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B6D9; }
p { color: rgb(232,182,217); }
H1.HeaderClassName
{
color: #E8B6D9;
}
.AnyTagClassName
{
color: #E8B6D9;
}
</style>
background-color css
<style>
a { background-color: #E8B6D9; }
a { background-color: rgb(232,182,217); }
div.DivClassName
{
background-color: #E8B6D9;
}
.BgClassName
{
background-color: #E8B6D9;
}
</style>
border-color css
<style>
span { border-color: #E8B6D9; }
span { border-color: rgb(232,182,217); }
td.TdClassName
{
border-color: #E8B6D9;
}
.TagClassName
{
border-color: #E8B6D9;
}
</style>