Shades of French Lilac #ECC2E0
Tints of French Lilac #ECC2E0
RGB
CMYK
RGB Variations
Color information
#ECC2E0 (or 0xECC2E0) is known color: French Lilac. HEX triplet: EC, C2 and E0. RGB value is (236,194,224). Sum of RGB (Red+Green+Blue) = 236+194+224=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2E0 is #133D1F. Grayscale: #D1D1D1. Windows color (decimal): -1260832 or 14729964. OLE color: 14729964.
HSL color Cylindrical-coordinate representation of color #ECC2E0: hue angle of 317.14º degrees, saturation: 0.52, 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 #ECC2E0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 224 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.07 |
| HSL | 317.14º | 0.53% | 0.84% | - |
| HSV(B) | 317.14º | 0.18% | 0.93% | - |
| XYZ | 67.34 | 61.8 | 78.9 | - |
| YUV | 209.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 224 | 0 | 0.18 | 0.05 | 0.07 | 317.14 | 0.53 | 0.84 |
| Hex | EC | C2 | E0 | 0 | 12 | 5 | 7 | 13D | 34 | 54 |
| Octal | 354 | 302 | 340 | 0 | 22 | 5 | 7 | 475 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11100000 | 0 | 10010 | 101 | 111 | 100111101 | 110100 | 1010100 |
Color Harmonies of #ECC2E0
Complementary color
Monochromatic Colors of #ECC2E0
Black with #ECC2E0
Text Example
Text Example
White with #ECC2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2E0; }
p { color: rgb(236,194,224); }
H1.HeaderClassName
{
color: #ECC2E0;
}
.AnyTagClassName
{
color: #ECC2E0;
}
</style>
background-color css
<style>
a { background-color: #ECC2E0; }
a { background-color: rgb(236,194,224); }
div.DivClassName
{
background-color: #ECC2E0;
}
.BgClassName
{
background-color: #ECC2E0;
}
</style>
border-color css
<style>
span { border-color: #ECC2E0; }
span { border-color: rgb(236,194,224); }
td.TdClassName
{
border-color: #ECC2E0;
}
.TagClassName
{
border-color: #ECC2E0;
}
</style>