Shades of French Lilac #E6BBE3
Tints of French Lilac #E6BBE3
RGB
CMYK
RGB Variations
Color information
#E6BBE3 (or 0xE6BBE3) is known color: French Lilac. HEX triplet: E6, BB and E3. RGB value is (230,187,227). Sum of RGB (Red+Green+Blue) = 230+187+227=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBE3 is #19441C. Grayscale: #CCCCCC. Windows color (decimal): -1655837 or 14924774. OLE color: 14924774.
HSL color Cylindrical-coordinate representation of color #E6BBE3: hue angle of 304.19º 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 #E6BBE3 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 227 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.10 |
| HSL | 304.19º | 0.46% | 0.82% | - |
| HSV(B) | 304.19º | 0.19% | 0.9% | - |
| XYZ | 64.27 | 57.91 | 80.46 | - |
| YUV | 204.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 227 | 0 | 0.19 | 0.01 | 0.10 | 304.19 | 0.46 | 0.82 |
| Hex | E6 | BB | E3 | 0 | 13 | 1 | A | 130 | 2E | 52 |
| Octal | 346 | 273 | 343 | 0 | 23 | 1 | 12 | 460 | 56 | 122 |
| Binary | 11100110 | 10111011 | 11100011 | 0 | 10011 | 1 | 1010 | 100110000 | 101110 | 1010010 |
Color Harmonies of #E6BBE3
Complementary color
Monochromatic Colors of #E6BBE3
Black with #E6BBE3
Text Example
Text Example
White with #E6BBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBE3; }
p { color: rgb(230,187,227); }
H1.HeaderClassName
{
color: #E6BBE3;
}
.AnyTagClassName
{
color: #E6BBE3;
}
</style>
background-color css
<style>
a { background-color: #E6BBE3; }
a { background-color: rgb(230,187,227); }
div.DivClassName
{
background-color: #E6BBE3;
}
.BgClassName
{
background-color: #E6BBE3;
}
</style>
border-color css
<style>
span { border-color: #E6BBE3; }
span { border-color: rgb(230,187,227); }
td.TdClassName
{
border-color: #E6BBE3;
}
.TagClassName
{
border-color: #E6BBE3;
}
</style>