Shades of French Lilac #ECC1E4
Tints of French Lilac #ECC1E4
RGB
CMYK
RGB Variations
Color information
#ECC1E4 (or 0xECC1E4) is known color: French Lilac. HEX triplet: EC, C1 and E4. RGB value is (236,193,228). Sum of RGB (Red+Green+Blue) = 236+193+228=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1E4 is #133E1B. Grayscale: #D1D1D1. Windows color (decimal): -1261084 or 14991852. OLE color: 14991852.
HSL color Cylindrical-coordinate representation of color #ECC1E4: hue angle of 311.16º 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 #ECC1E4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 228 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.07 |
| HSL | 311.16º | 0.53% | 0.84% | - |
| HSV(B) | 311.16º | 0.18% | 0.93% | - |
| XYZ | 67.67 | 61.57 | 81.72 | - |
| YUV | 209.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 228 | 0 | 0.18 | 0.03 | 0.07 | 311.16 | 0.53 | 0.84 |
| Hex | EC | C1 | E4 | 0 | 12 | 3 | 7 | 137 | 35 | 54 |
| Octal | 354 | 301 | 344 | 0 | 22 | 3 | 7 | 467 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11100100 | 0 | 10010 | 11 | 111 | 100110111 | 110101 | 1010100 |
Color Harmonies of #ECC1E4
Complementary color
Monochromatic Colors of #ECC1E4
Black with #ECC1E4
Text Example
Text Example
White with #ECC1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1E4; }
p { color: rgb(236,193,228); }
H1.HeaderClassName
{
color: #ECC1E4;
}
.AnyTagClassName
{
color: #ECC1E4;
}
</style>
background-color css
<style>
a { background-color: #ECC1E4; }
a { background-color: rgb(236,193,228); }
div.DivClassName
{
background-color: #ECC1E4;
}
.BgClassName
{
background-color: #ECC1E4;
}
</style>
border-color css
<style>
span { border-color: #ECC1E4; }
span { border-color: rgb(236,193,228); }
td.TdClassName
{
border-color: #ECC1E4;
}
.TagClassName
{
border-color: #ECC1E4;
}
</style>