Shades of French Lilac #ECC1E0
Tints of French Lilac #ECC1E0
RGB
CMYK
RGB Variations
Color information
#ECC1E0 (or 0xECC1E0) is known color: French Lilac. HEX triplet: EC, C1 and E0. RGB value is (236,193,224). Sum of RGB (Red+Green+Blue) = 236+193+224=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1E0 is #133E1F. Grayscale: #D1D1D1. Windows color (decimal): -1261088 or 14729708. OLE color: 14729708.
HSL color Cylindrical-coordinate representation of color #ECC1E0: hue angle of 316.74º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC1E0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 224 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.07 |
| HSL | 316.74º | 0.53% | 0.84% | - |
| HSV(B) | 316.74º | 0.18% | 0.93% | - |
| XYZ | 67.12 | 61.35 | 78.83 | - |
| YUV | 209.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 224 | 0 | 0.18 | 0.05 | 0.07 | 316.74 | 0.53 | 0.84 |
| Hex | EC | C1 | E0 | 0 | 12 | 5 | 7 | 13D | 35 | 54 |
| Octal | 354 | 301 | 340 | 0 | 22 | 5 | 7 | 475 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11100000 | 0 | 10010 | 101 | 111 | 100111101 | 110101 | 1010100 |
Color Harmonies of #ECC1E0
Complementary color
Monochromatic Colors of #ECC1E0
Black with #ECC1E0
Text Example
Text Example
White with #ECC1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1E0; }
p { color: rgb(236,193,224); }
H1.HeaderClassName
{
color: #ECC1E0;
}
.AnyTagClassName
{
color: #ECC1E0;
}
</style>
background-color css
<style>
a { background-color: #ECC1E0; }
a { background-color: rgb(236,193,224); }
div.DivClassName
{
background-color: #ECC1E0;
}
.BgClassName
{
background-color: #ECC1E0;
}
</style>
border-color css
<style>
span { border-color: #ECC1E0; }
span { border-color: rgb(236,193,224); }
td.TdClassName
{
border-color: #ECC1E0;
}
.TagClassName
{
border-color: #ECC1E0;
}
</style>