Shades of French Lilac #E6BCE5
Tints of French Lilac #E6BCE5
RGB
CMYK
RGB Variations
Color information
#E6BCE5 (or 0xE6BCE5) is known color: French Lilac. HEX triplet: E6, BC and E5. RGB value is (230,188,229). Sum of RGB (Red+Green+Blue) = 230+188+229=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCE5 is #19431A. Grayscale: #CDCDCD. Windows color (decimal): -1655579 or 15056102. OLE color: 15056102.
HSL color Cylindrical-coordinate representation of color #E6BCE5: hue angle of 301.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BCE5 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 229 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.10 |
| HSL | 301.43º | 0.46% | 0.82% | - |
| HSV(B) | 301.43º | 0.18% | 0.9% | - |
| XYZ | 64.76 | 58.45 | 82 | - |
| YUV | 205.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 229 | 0 | 0.18 | 0.00 | 0.10 | 301.43 | 0.46 | 0.82 |
| Hex | E6 | BC | E5 | 0 | 12 | 0 | A | 12D | 2E | 52 |
| Octal | 346 | 274 | 345 | 0 | 22 | 0 | 12 | 455 | 56 | 122 |
| Binary | 11100110 | 10111100 | 11100101 | 0 | 10010 | 0 | 1010 | 100101101 | 101110 | 1010010 |
Color Harmonies of #E6BCE5
Complementary color
Monochromatic Colors of #E6BCE5
Black with #E6BCE5
Text Example
Text Example
White with #E6BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCE5; }
p { color: rgb(230,188,229); }
H1.HeaderClassName
{
color: #E6BCE5;
}
.AnyTagClassName
{
color: #E6BCE5;
}
</style>
background-color css
<style>
a { background-color: #E6BCE5; }
a { background-color: rgb(230,188,229); }
div.DivClassName
{
background-color: #E6BCE5;
}
.BgClassName
{
background-color: #E6BCE5;
}
</style>
border-color css
<style>
span { border-color: #E6BCE5; }
span { border-color: rgb(230,188,229); }
td.TdClassName
{
border-color: #E6BCE5;
}
.TagClassName
{
border-color: #E6BCE5;
}
</style>