Shades of French Lilac #ECC0EB
Tints of French Lilac #ECC0EB
RGB
CMYK
RGB Variations
Color information
#ECC0EB (or 0xECC0EB) is known color: French Lilac. HEX triplet: EC, C0 and EB. RGB value is (236,192,235). Sum of RGB (Red+Green+Blue) = 236+192+235=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0EB is #133F14. Grayscale: #D1D1D1. Windows color (decimal): -1261333 or 15450348. OLE color: 15450348.
HSL color Cylindrical-coordinate representation of color #ECC0EB: hue angle of 301.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0EB is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 235 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.07 |
| HSL | 301.36º | 0.54% | 0.84% | - |
| HSV(B) | 301.36º | 0.19% | 0.93% | - |
| XYZ | 68.44 | 61.53 | 86.87 | - |
| YUV | 210.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 235 | 0 | 0.19 | 0.00 | 0.07 | 301.36 | 0.54 | 0.84 |
| Hex | EC | C0 | EB | 0 | 13 | 0 | 7 | 12D | 36 | 54 |
| Octal | 354 | 300 | 353 | 0 | 23 | 0 | 7 | 455 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11101011 | 0 | 10011 | 0 | 111 | 100101101 | 110110 | 1010100 |
Color Harmonies of #ECC0EB
Complementary color
Monochromatic Colors of #ECC0EB
Black with #ECC0EB
Text Example
Text Example
White with #ECC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0EB; }
p { color: rgb(236,192,235); }
H1.HeaderClassName
{
color: #ECC0EB;
}
.AnyTagClassName
{
color: #ECC0EB;
}
</style>
background-color css
<style>
a { background-color: #ECC0EB; }
a { background-color: rgb(236,192,235); }
div.DivClassName
{
background-color: #ECC0EB;
}
.BgClassName
{
background-color: #ECC0EB;
}
</style>
border-color css
<style>
span { border-color: #ECC0EB; }
span { border-color: rgb(236,192,235); }
td.TdClassName
{
border-color: #ECC0EB;
}
.TagClassName
{
border-color: #ECC0EB;
}
</style>