Shades of French Lilac #E0BBD8
Tints of French Lilac #E0BBD8
RGB
CMYK
RGB Variations
Color information
#E0BBD8 (or 0xE0BBD8) is known color: French Lilac. HEX triplet: E0, BB and D8. RGB value is (224,187,216). Sum of RGB (Red+Green+Blue) = 224+187+216=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBD8 is #1F4427. Grayscale: #C9C9C9. Windows color (decimal): -2049064 or 14203872. OLE color: 14203872.
HSL color Cylindrical-coordinate representation of color #E0BBD8: hue angle of 312.97º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBD8 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 216 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.12 |
| HSL | 312.97º | 0.37% | 0.81% | - |
| HSV(B) | 312.97º | 0.17% | 0.88% | - |
| XYZ | 60.91 | 56.35 | 72.63 | - |
| YUV | 201.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 216 | 0 | 0.17 | 0.04 | 0.12 | 312.97 | 0.37 | 0.81 |
| Hex | E0 | BB | D8 | 0 | 11 | 4 | C | 139 | 25 | 51 |
| Octal | 340 | 273 | 330 | 0 | 21 | 4 | 14 | 471 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11011000 | 0 | 10001 | 100 | 1100 | 100111001 | 100101 | 1010001 |
Color Harmonies of #E0BBD8
Complementary color
Monochromatic Colors of #E0BBD8
Black with #E0BBD8
Text Example
Text Example
White with #E0BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBD8; }
p { color: rgb(224,187,216); }
H1.HeaderClassName
{
color: #E0BBD8;
}
.AnyTagClassName
{
color: #E0BBD8;
}
</style>
background-color css
<style>
a { background-color: #E0BBD8; }
a { background-color: rgb(224,187,216); }
div.DivClassName
{
background-color: #E0BBD8;
}
.BgClassName
{
background-color: #E0BBD8;
}
</style>
border-color css
<style>
span { border-color: #E0BBD8; }
span { border-color: rgb(224,187,216); }
td.TdClassName
{
border-color: #E0BBD8;
}
.TagClassName
{
border-color: #E0BBD8;
}
</style>