Shades of French Lilac #E8BBDC
Tints of French Lilac #E8BBDC
RGB
CMYK
RGB Variations
Color information
#E8BBDC (or 0xE8BBDC) is known color: French Lilac. HEX triplet: E8, BB and DC. RGB value is (232,187,220). Sum of RGB (Red+Green+Blue) = 232+187+220=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBDC is #174423. Grayscale: #CCCCCC. Windows color (decimal): -1524772 or 14466024. OLE color: 14466024.
HSL color Cylindrical-coordinate representation of color #E8BBDC: hue angle of 316º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BBDC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 220 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.09 |
| HSL | 316º | 0.49% | 0.82% | - |
| HSV(B) | 316º | 0.19% | 0.91% | - |
| XYZ | 63.97 | 57.86 | 75.51 | - |
| YUV | 204.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 220 | 0 | 0.19 | 0.05 | 0.09 | 316 | 0.49 | 0.82 |
| Hex | E8 | BB | DC | 0 | 13 | 5 | 9 | 13C | 31 | 52 |
| Octal | 350 | 273 | 334 | 0 | 23 | 5 | 11 | 474 | 61 | 122 |
| Binary | 11101000 | 10111011 | 11011100 | 0 | 10011 | 101 | 1001 | 100111100 | 110001 | 1010010 |
Color Harmonies of #E8BBDC
Complementary color
Monochromatic Colors of #E8BBDC
Black with #E8BBDC
Text Example
Text Example
White with #E8BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BBDC; }
p { color: rgb(232,187,220); }
H1.HeaderClassName
{
color: #E8BBDC;
}
.AnyTagClassName
{
color: #E8BBDC;
}
</style>
background-color css
<style>
a { background-color: #E8BBDC; }
a { background-color: rgb(232,187,220); }
div.DivClassName
{
background-color: #E8BBDC;
}
.BgClassName
{
background-color: #E8BBDC;
}
</style>
border-color css
<style>
span { border-color: #E8BBDC; }
span { border-color: rgb(232,187,220); }
td.TdClassName
{
border-color: #E8BBDC;
}
.TagClassName
{
border-color: #E8BBDC;
}
</style>