Shades of French Lilac #E6BBE1
Tints of French Lilac #E6BBE1
RGB
CMYK
RGB Variations
Color information
#E6BBE1 (or 0xE6BBE1) is known color: French Lilac. HEX triplet: E6, BB and E1. RGB value is (230,187,225). Sum of RGB (Red+Green+Blue) = 230+187+225=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBE1 is #19441E. Grayscale: #CCCCCC. Windows color (decimal): -1655839 or 14793702. OLE color: 14793702.
HSL color Cylindrical-coordinate representation of color #E6BBE1: hue angle of 306.98º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBE1 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 225 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.10 |
| HSL | 306.98º | 0.46% | 0.82% | - |
| HSV(B) | 306.98º | 0.19% | 0.9% | - |
| XYZ | 63.99 | 57.8 | 79.02 | - |
| YUV | 204.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 225 | 0 | 0.19 | 0.02 | 0.10 | 306.98 | 0.46 | 0.82 |
| Hex | E6 | BB | E1 | 0 | 13 | 2 | A | 133 | 2E | 52 |
| Octal | 346 | 273 | 341 | 0 | 23 | 2 | 12 | 463 | 56 | 122 |
| Binary | 11100110 | 10111011 | 11100001 | 0 | 10011 | 10 | 1010 | 100110011 | 101110 | 1010010 |
Color Harmonies of #E6BBE1
Complementary color
Monochromatic Colors of #E6BBE1
Black with #E6BBE1
Text Example
Text Example
White with #E6BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBE1; }
p { color: rgb(230,187,225); }
H1.HeaderClassName
{
color: #E6BBE1;
}
.AnyTagClassName
{
color: #E6BBE1;
}
</style>
background-color css
<style>
a { background-color: #E6BBE1; }
a { background-color: rgb(230,187,225); }
div.DivClassName
{
background-color: #E6BBE1;
}
.BgClassName
{
background-color: #E6BBE1;
}
</style>
border-color css
<style>
span { border-color: #E6BBE1; }
span { border-color: rgb(230,187,225); }
td.TdClassName
{
border-color: #E6BBE1;
}
.TagClassName
{
border-color: #E6BBE1;
}
</style>