Shades of French Lilac #E8BBDE
Tints of French Lilac #E8BBDE
RGB
CMYK
RGB Variations
Color information
#E8BBDE (or 0xE8BBDE) is known color: French Lilac. HEX triplet: E8, BB and DE. RGB value is (232,187,222). Sum of RGB (Red+Green+Blue) = 232+187+222=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBDE is #174421. Grayscale: #CCCCCC. Windows color (decimal): -1524770 or 14597096. OLE color: 14597096.
HSL color Cylindrical-coordinate representation of color #E8BBDE: hue angle of 313.33º 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 #E8BBDE is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 222 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.09 |
| HSL | 313.33º | 0.49% | 0.82% | - |
| HSV(B) | 313.33º | 0.19% | 0.91% | - |
| XYZ | 64.23 | 57.97 | 76.91 | - |
| YUV | 204.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 222 | 0 | 0.19 | 0.04 | 0.09 | 313.33 | 0.49 | 0.82 |
| Hex | E8 | BB | DE | 0 | 13 | 4 | 9 | 139 | 31 | 52 |
| Octal | 350 | 273 | 336 | 0 | 23 | 4 | 11 | 471 | 61 | 122 |
| Binary | 11101000 | 10111011 | 11011110 | 0 | 10011 | 100 | 1001 | 100111001 | 110001 | 1010010 |
Color Harmonies of #E8BBDE
Complementary color
Monochromatic Colors of #E8BBDE
Black with #E8BBDE
Text Example
Text Example
White with #E8BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BBDE; }
p { color: rgb(232,187,222); }
H1.HeaderClassName
{
color: #E8BBDE;
}
.AnyTagClassName
{
color: #E8BBDE;
}
</style>
background-color css
<style>
a { background-color: #E8BBDE; }
a { background-color: rgb(232,187,222); }
div.DivClassName
{
background-color: #E8BBDE;
}
.BgClassName
{
background-color: #E8BBDE;
}
</style>
border-color css
<style>
span { border-color: #E8BBDE; }
span { border-color: rgb(232,187,222); }
td.TdClassName
{
border-color: #E8BBDE;
}
.TagClassName
{
border-color: #E8BBDE;
}
</style>