Shades of French Lilac #ECB3EC
Tints of French Lilac #ECB3EC
RGB
CMYK
RGB Variations
Color information
#ECB3EC (or 0xECB3EC) is known color: French Lilac. HEX triplet: EC, B3 and EC. RGB value is (236,179,236). Sum of RGB (Red+Green+Blue) = 236+179+236=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB3EC is #134C13. Grayscale: #CACACA. Windows color (decimal): -1264660 or 15512556. OLE color: 15512556.
HSL color Cylindrical-coordinate representation of color #ECB3EC: hue angle of 300º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3EC is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 236 | - |
| CMYK | 0 | 0.24 | 0 | 0.07 |
| HSL | 300º | 0.6% | 0.81% | - |
| HSV(B) | 300º | 0.24% | 0.93% | - |
| XYZ | 65.85 | 56.13 | 86.72 | - |
| YUV | 202.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 236 | 0 | 0.24 | 0 | 0.07 | 300 | 0.6 | 0.81 |
| Hex | EC | B3 | EC | 0 | 18 | 0 | 7 | 12C | 3C | 51 |
| Octal | 354 | 263 | 354 | 0 | 30 | 0 | 7 | 454 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11101100 | 0 | 11000 | 0 | 111 | 100101100 | 111100 | 1010001 |
Color Harmonies of #ECB3EC
Complementary color
Monochromatic Colors of #ECB3EC
Black with #ECB3EC
Text Example
Text Example
White with #ECB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3EC; }
p { color: rgb(236,179,236); }
H1.HeaderClassName
{
color: #ECB3EC;
}
.AnyTagClassName
{
color: #ECB3EC;
}
</style>
background-color css
<style>
a { background-color: #ECB3EC; }
a { background-color: rgb(236,179,236); }
div.DivClassName
{
background-color: #ECB3EC;
}
.BgClassName
{
background-color: #ECB3EC;
}
</style>
border-color css
<style>
span { border-color: #ECB3EC; }
span { border-color: rgb(236,179,236); }
td.TdClassName
{
border-color: #ECB3EC;
}
.TagClassName
{
border-color: #ECB3EC;
}
</style>