Shades of French Lilac #E6BCDF
Tints of French Lilac #E6BCDF
RGB
CMYK
RGB Variations
Color information
#E6BCDF (or 0xE6BCDF) is known color: French Lilac. HEX triplet: E6, BC and DF. RGB value is (230,188,223). Sum of RGB (Red+Green+Blue) = 230+188+223=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCDF is #194320. Grayscale: #CCCCCC. Windows color (decimal): -1655585 or 14662886. OLE color: 14662886.
HSL color Cylindrical-coordinate representation of color #E6BCDF: hue angle of 310º 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 #E6BCDF is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 223 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.10 |
| HSL | 310º | 0.46% | 0.82% | - |
| HSV(B) | 310º | 0.18% | 0.9% | - |
| XYZ | 63.94 | 58.12 | 77.66 | - |
| YUV | 204.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 223 | 0 | 0.18 | 0.03 | 0.10 | 310 | 0.46 | 0.82 |
| Hex | E6 | BC | DF | 0 | 12 | 3 | A | 136 | 2E | 52 |
| Octal | 346 | 274 | 337 | 0 | 22 | 3 | 12 | 466 | 56 | 122 |
| Binary | 11100110 | 10111100 | 11011111 | 0 | 10010 | 11 | 1010 | 100110110 | 101110 | 1010010 |
Color Harmonies of #E6BCDF
Complementary color
Monochromatic Colors of #E6BCDF
Black with #E6BCDF
Text Example
Text Example
White with #E6BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCDF; }
p { color: rgb(230,188,223); }
H1.HeaderClassName
{
color: #E6BCDF;
}
.AnyTagClassName
{
color: #E6BCDF;
}
</style>
background-color css
<style>
a { background-color: #E6BCDF; }
a { background-color: rgb(230,188,223); }
div.DivClassName
{
background-color: #E6BCDF;
}
.BgClassName
{
background-color: #E6BCDF;
}
</style>
border-color css
<style>
span { border-color: #E6BCDF; }
span { border-color: rgb(230,188,223); }
td.TdClassName
{
border-color: #E6BCDF;
}
.TagClassName
{
border-color: #E6BCDF;
}
</style>