Shades of French Lilac #ECB4EC
Tints of French Lilac #ECB4EC
RGB
CMYK
RGB Variations
Color information
#ECB4EC (or 0xECB4EC) is known color: French Lilac. HEX triplet: EC, B4 and EC. RGB value is (236,180,236). Sum of RGB (Red+Green+Blue) = 236+180+236=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4EC is #134B13. Grayscale: #CACACA. Windows color (decimal): -1264404 or 15512812. OLE color: 15512812.
HSL color Cylindrical-coordinate representation of color #ECB4EC: hue angle of 300º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4EC is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 236 | - |
| CMYK | 0 | 0.24 | 0 | 0.07 |
| HSL | 300º | 0.6% | 0.82% | - |
| HSV(B) | 300º | 0.24% | 0.93% | - |
| XYZ | 66.05 | 56.53 | 86.79 | - |
| YUV | 203.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 236 | 0 | 0.24 | 0 | 0.07 | 300 | 0.6 | 0.82 |
| Hex | EC | B4 | EC | 0 | 18 | 0 | 7 | 12C | 3C | 52 |
| Octal | 354 | 264 | 354 | 0 | 30 | 0 | 7 | 454 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11101100 | 0 | 11000 | 0 | 111 | 100101100 | 111100 | 1010010 |
Color Harmonies of #ECB4EC
Complementary color
Monochromatic Colors of #ECB4EC
Black with #ECB4EC
Text Example
Text Example
White with #ECB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4EC; }
p { color: rgb(236,180,236); }
H1.HeaderClassName
{
color: #ECB4EC;
}
.AnyTagClassName
{
color: #ECB4EC;
}
</style>
background-color css
<style>
a { background-color: #ECB4EC; }
a { background-color: rgb(236,180,236); }
div.DivClassName
{
background-color: #ECB4EC;
}
.BgClassName
{
background-color: #ECB4EC;
}
</style>
border-color css
<style>
span { border-color: #ECB4EC; }
span { border-color: rgb(236,180,236); }
td.TdClassName
{
border-color: #ECB4EC;
}
.TagClassName
{
border-color: #ECB4EC;
}
</style>