Shades of French Lilac #ECC0E8
Tints of French Lilac #ECC0E8
RGB
CMYK
RGB Variations
Color information
#ECC0E8 (or 0xECC0E8) is known color: French Lilac. HEX triplet: EC, C0 and E8. RGB value is (236,192,232). Sum of RGB (Red+Green+Blue) = 236+192+232=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0E8 is #133F17. Grayscale: #D1D1D1. Windows color (decimal): -1261336 or 15253740. OLE color: 15253740.
HSL color Cylindrical-coordinate representation of color #ECC0E8: hue angle of 305.45º 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 #ECC0E8 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 232 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.07 |
| HSL | 305.45º | 0.54% | 0.84% | - |
| HSV(B) | 305.45º | 0.19% | 0.93% | - |
| XYZ | 68.01 | 61.36 | 84.6 | - |
| YUV | 209.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 232 | 0 | 0.19 | 0.02 | 0.07 | 305.45 | 0.54 | 0.84 |
| Hex | EC | C0 | E8 | 0 | 13 | 2 | 7 | 131 | 36 | 54 |
| Octal | 354 | 300 | 350 | 0 | 23 | 2 | 7 | 461 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11101000 | 0 | 10011 | 10 | 111 | 100110001 | 110110 | 1010100 |
Color Harmonies of #ECC0E8
Complementary color
Monochromatic Colors of #ECC0E8
Black with #ECC0E8
Text Example
Text Example
White with #ECC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0E8; }
p { color: rgb(236,192,232); }
H1.HeaderClassName
{
color: #ECC0E8;
}
.AnyTagClassName
{
color: #ECC0E8;
}
</style>
background-color css
<style>
a { background-color: #ECC0E8; }
a { background-color: rgb(236,192,232); }
div.DivClassName
{
background-color: #ECC0E8;
}
.BgClassName
{
background-color: #ECC0E8;
}
</style>
border-color css
<style>
span { border-color: #ECC0E8; }
span { border-color: rgb(236,192,232); }
td.TdClassName
{
border-color: #ECC0E8;
}
.TagClassName
{
border-color: #ECC0E8;
}
</style>