Shades of French Lilac #E8B0DF
Tints of French Lilac #E8B0DF
RGB
CMYK
RGB Variations
Color information
#E8B0DF (or 0xE8B0DF) is known color: French Lilac. HEX triplet: E8, B0 and DF. RGB value is (232,176,223). Sum of RGB (Red+Green+Blue) = 232+176+223=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0DF is #174F20. Grayscale: #C5C5C5. Windows color (decimal): -1527585 or 14659816. OLE color: 14659816.
HSL color Cylindrical-coordinate representation of color #E8B0DF: hue angle of 309.64º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B0DF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 223 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.09 |
| HSL | 309.64º | 0.55% | 0.8% | - |
| HSV(B) | 309.64º | 0.24% | 0.91% | - |
| XYZ | 62.12 | 53.53 | 76.87 | - |
| YUV | 198.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 223 | 0 | 0.24 | 0.04 | 0.09 | 309.64 | 0.55 | 0.8 |
| Hex | E8 | B0 | DF | 0 | 18 | 4 | 9 | 136 | 37 | 50 |
| Octal | 350 | 260 | 337 | 0 | 30 | 4 | 11 | 466 | 67 | 120 |
| Binary | 11101000 | 10110000 | 11011111 | 0 | 11000 | 100 | 1001 | 100110110 | 110111 | 1010000 |
Color Harmonies of #E8B0DF
Complementary color
Monochromatic Colors of #E8B0DF
Black with #E8B0DF
Text Example
Text Example
White with #E8B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0DF; }
p { color: rgb(232,176,223); }
H1.HeaderClassName
{
color: #E8B0DF;
}
.AnyTagClassName
{
color: #E8B0DF;
}
</style>
background-color css
<style>
a { background-color: #E8B0DF; }
a { background-color: rgb(232,176,223); }
div.DivClassName
{
background-color: #E8B0DF;
}
.BgClassName
{
background-color: #E8B0DF;
}
</style>
border-color css
<style>
span { border-color: #E8B0DF; }
span { border-color: rgb(232,176,223); }
td.TdClassName
{
border-color: #E8B0DF;
}
.TagClassName
{
border-color: #E8B0DF;
}
</style>