Shades of French Lilac #ECC2E4
Tints of French Lilac #ECC2E4
RGB
CMYK
RGB Variations
Color information
#ECC2E4 (or 0xECC2E4) is known color: French Lilac. HEX triplet: EC, C2 and E4. RGB value is (236,194,228). Sum of RGB (Red+Green+Blue) = 236+194+228=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2E4 is #133D1B. Grayscale: #D2D2D2. Windows color (decimal): -1260828 or 14992108. OLE color: 14992108.
HSL color Cylindrical-coordinate representation of color #ECC2E4: hue angle of 311.43º 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 #ECC2E4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 228 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.07 |
| HSL | 311.43º | 0.53% | 0.84% | - |
| HSV(B) | 311.43º | 0.18% | 0.93% | - |
| XYZ | 67.89 | 62.02 | 81.79 | - |
| YUV | 210.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 228 | 0 | 0.18 | 0.03 | 0.07 | 311.43 | 0.53 | 0.84 |
| Hex | EC | C2 | E4 | 0 | 12 | 3 | 7 | 137 | 34 | 54 |
| Octal | 354 | 302 | 344 | 0 | 22 | 3 | 7 | 467 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11100100 | 0 | 10010 | 11 | 111 | 100110111 | 110100 | 1010100 |
Color Harmonies of #ECC2E4
Complementary color
Monochromatic Colors of #ECC2E4
Black with #ECC2E4
Text Example
Text Example
White with #ECC2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2E4; }
p { color: rgb(236,194,228); }
H1.HeaderClassName
{
color: #ECC2E4;
}
.AnyTagClassName
{
color: #ECC2E4;
}
</style>
background-color css
<style>
a { background-color: #ECC2E4; }
a { background-color: rgb(236,194,228); }
div.DivClassName
{
background-color: #ECC2E4;
}
.BgClassName
{
background-color: #ECC2E4;
}
</style>
border-color css
<style>
span { border-color: #ECC2E4; }
span { border-color: rgb(236,194,228); }
td.TdClassName
{
border-color: #ECC2E4;
}
.TagClassName
{
border-color: #ECC2E4;
}
</style>