Shades of French Lilac #E6BCE6
Tints of French Lilac #E6BCE6
RGB
CMYK
RGB Variations
Color information
#E6BCE6 (or 0xE6BCE6) is known color: French Lilac. HEX triplet: E6, BC and E6. RGB value is (230,188,230). Sum of RGB (Red+Green+Blue) = 230+188+230=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6BCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCE6 is #194319. Grayscale: #CDCDCD. Windows color (decimal): -1655578 or 15121638. OLE color: 15121638.
HSL color Cylindrical-coordinate representation of color #E6BCE6: hue angle of 300º 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 #E6BCE6 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 230 | - |
| CMYK | 0 | 0.18 | 0 | 0.10 |
| HSL | 300º | 0.46% | 0.82% | - |
| HSV(B) | 300º | 0.18% | 0.9% | - |
| XYZ | 64.9 | 58.5 | 82.73 | - |
| YUV | 205.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 230 | 0 | 0.18 | 0 | 0.10 | 300 | 0.46 | 0.82 |
| Hex | E6 | BC | E6 | 0 | 12 | 0 | A | 12C | 2E | 52 |
| Octal | 346 | 274 | 346 | 0 | 22 | 0 | 12 | 454 | 56 | 122 |
| Binary | 11100110 | 10111100 | 11100110 | 0 | 10010 | 0 | 1010 | 100101100 | 101110 | 1010010 |
Color Harmonies of #E6BCE6
Complementary color
Monochromatic Colors of #E6BCE6
Black with #E6BCE6
Text Example
Text Example
White with #E6BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCE6; }
p { color: rgb(230,188,230); }
H1.HeaderClassName
{
color: #E6BCE6;
}
.AnyTagClassName
{
color: #E6BCE6;
}
</style>
background-color css
<style>
a { background-color: #E6BCE6; }
a { background-color: rgb(230,188,230); }
div.DivClassName
{
background-color: #E6BCE6;
}
.BgClassName
{
background-color: #E6BCE6;
}
</style>
border-color css
<style>
span { border-color: #E6BCE6; }
span { border-color: rgb(230,188,230); }
td.TdClassName
{
border-color: #E6BCE6;
}
.TagClassName
{
border-color: #E6BCE6;
}
</style>