Shades of French Lilac #ECC0DE
Tints of French Lilac #ECC0DE
RGB
CMYK
RGB Variations
Color information
#ECC0DE (or 0xECC0DE) is known color: French Lilac. HEX triplet: EC, C0 and DE. RGB value is (236,192,222). Sum of RGB (Red+Green+Blue) = 236+192+222=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0DE is #133F21. Grayscale: #D0D0D0. Windows color (decimal): -1261346 or 14598380. OLE color: 14598380.
HSL color Cylindrical-coordinate representation of color #ECC0DE: hue angle of 319.09º 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 #ECC0DE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 222 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.07 |
| HSL | 319.09º | 0.54% | 0.84% | - |
| HSV(B) | 319.09º | 0.19% | 0.93% | - |
| XYZ | 66.63 | 60.81 | 77.33 | - |
| YUV | 208.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 222 | 0 | 0.19 | 0.06 | 0.07 | 319.09 | 0.54 | 0.84 |
| Hex | EC | C0 | DE | 0 | 13 | 6 | 7 | 13F | 36 | 54 |
| Octal | 354 | 300 | 336 | 0 | 23 | 6 | 7 | 477 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11011110 | 0 | 10011 | 110 | 111 | 100111111 | 110110 | 1010100 |
Color Harmonies of #ECC0DE
Complementary color
Monochromatic Colors of #ECC0DE
Black with #ECC0DE
Text Example
Text Example
White with #ECC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0DE; }
p { color: rgb(236,192,222); }
H1.HeaderClassName
{
color: #ECC0DE;
}
.AnyTagClassName
{
color: #ECC0DE;
}
</style>
background-color css
<style>
a { background-color: #ECC0DE; }
a { background-color: rgb(236,192,222); }
div.DivClassName
{
background-color: #ECC0DE;
}
.BgClassName
{
background-color: #ECC0DE;
}
</style>
border-color css
<style>
span { border-color: #ECC0DE; }
span { border-color: rgb(236,192,222); }
td.TdClassName
{
border-color: #ECC0DE;
}
.TagClassName
{
border-color: #ECC0DE;
}
</style>