Shades of French Lilac #E8BCDB
Tints of French Lilac #E8BCDB
RGB
CMYK
RGB Variations
Color information
#E8BCDB (or 0xE8BCDB) is known color: French Lilac. HEX triplet: E8, BC and DB. RGB value is (232,188,219). Sum of RGB (Red+Green+Blue) = 232+188+219=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCDB is #174324. Grayscale: #CCCCCC. Windows color (decimal): -1524517 or 14400744. OLE color: 14400744.
HSL color Cylindrical-coordinate representation of color #E8BCDB: hue angle of 317.73º 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 #E8BCDB is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 188 | 219 | - |
CMYK | 0 | 0.19 | 0.06 | 0.09 |
HSL | 317.73º | 0.49% | 0.82% | - |
HSV(B) | 317.73º | 0.19% | 0.91% | - |
XYZ | 64.05 | 58.24 | 74.88 | - |
YUV | 204.69 | 136.08 | 147.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 188 | 219 | 0 | 0.19 | 0.06 | 0.09 | 317.73 | 0.49 | 0.82 |
Hex | E8 | BC | DB | 0 | 13 | 6 | 9 | 13E | 31 | 52 |
Octal | 350 | 274 | 333 | 0 | 23 | 6 | 11 | 476 | 61 | 122 |
Binary | 11101000 | 10111100 | 11011011 | 0 | 10011 | 110 | 1001 | 100111110 | 110001 | 1010010 |
Color Harmonies of #E8BCDB
Complementary color
Monochromatic Colors of #E8BCDB
Black with #E8BCDB
Text Example
Text Example
White with #E8BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCDB; }
p { color: rgb(232,188,219); }
H1.HeaderClassName
{
color: #E8BCDB;
}
.AnyTagClassName
{
color: #E8BCDB;
}
</style>
background-color css
<style>
a { background-color: #E8BCDB; }
a { background-color: rgb(232,188,219); }
div.DivClassName
{
background-color: #E8BCDB;
}
.BgClassName
{
background-color: #E8BCDB;
}
</style>
border-color css
<style>
span { border-color: #E8BCDB; }
span { border-color: rgb(232,188,219); }
td.TdClassName
{
border-color: #E8BCDB;
}
.TagClassName
{
border-color: #E8BCDB;
}
</style>