Shades of French Lilac #E6BCDC
Tints of French Lilac #E6BCDC
RGB
CMYK
RGB Variations
Color information
#E6BCDC (or 0xE6BCDC) is known color: French Lilac. HEX triplet: E6, BC and DC. RGB value is (230,188,220). Sum of RGB (Red+Green+Blue) = 230+188+220=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCDC is #194323. Grayscale: #CCCCCC. Windows color (decimal): -1655588 or 14466278. OLE color: 14466278.
HSL color Cylindrical-coordinate representation of color #E6BCDC: hue angle of 314.29º 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 #E6BCDC is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 220 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.10 |
| HSL | 314.29º | 0.46% | 0.82% | - |
| HSV(B) | 314.29º | 0.18% | 0.9% | - |
| XYZ | 63.53 | 57.96 | 75.55 | - |
| YUV | 204.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 220 | 0 | 0.18 | 0.04 | 0.10 | 314.29 | 0.46 | 0.82 |
| Hex | E6 | BC | DC | 0 | 12 | 4 | A | 13A | 2E | 52 |
| Octal | 346 | 274 | 334 | 0 | 22 | 4 | 12 | 472 | 56 | 122 |
| Binary | 11100110 | 10111100 | 11011100 | 0 | 10010 | 100 | 1010 | 100111010 | 101110 | 1010010 |
Color Harmonies of #E6BCDC
Complementary color
Monochromatic Colors of #E6BCDC
Black with #E6BCDC
Text Example
Text Example
White with #E6BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCDC; }
p { color: rgb(230,188,220); }
H1.HeaderClassName
{
color: #E6BCDC;
}
.AnyTagClassName
{
color: #E6BCDC;
}
</style>
background-color css
<style>
a { background-color: #E6BCDC; }
a { background-color: rgb(230,188,220); }
div.DivClassName
{
background-color: #E6BCDC;
}
.BgClassName
{
background-color: #E6BCDC;
}
</style>
border-color css
<style>
span { border-color: #E6BCDC; }
span { border-color: rgb(230,188,220); }
td.TdClassName
{
border-color: #E6BCDC;
}
.TagClassName
{
border-color: #E6BCDC;
}
</style>