Shades of French Lilac #ECC6E2
Tints of French Lilac #ECC6E2
RGB
CMYK
RGB Variations
Color information
#ECC6E2 (or 0xECC6E2) is known color: French Lilac. HEX triplet: EC, C6 and E2. RGB value is (236,198,226). Sum of RGB (Red+Green+Blue) = 236+198+226=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6E2 is #13391D. Grayscale: #D4D4D4. Windows color (decimal): -1259806 or 14862060. OLE color: 14862060.
HSL color Cylindrical-coordinate representation of color #ECC6E2: hue angle of 315.79º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC6E2 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 226 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.07 |
| HSL | 315.79º | 0.5% | 0.85% | - |
| HSV(B) | 315.79º | 0.16% | 0.93% | - |
| XYZ | 68.51 | 63.71 | 80.64 | - |
| YUV | 212.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 226 | 0 | 0.16 | 0.04 | 0.07 | 315.79 | 0.5 | 0.85 |
| Hex | EC | C6 | E2 | 0 | 10 | 4 | 7 | 13C | 32 | 55 |
| Octal | 354 | 306 | 342 | 0 | 20 | 4 | 7 | 474 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11100010 | 0 | 10000 | 100 | 111 | 100111100 | 110010 | 1010101 |
Color Harmonies of #ECC6E2
Complementary color
Monochromatic Colors of #ECC6E2
Black with #ECC6E2
Text Example
Text Example
White with #ECC6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6E2; }
p { color: rgb(236,198,226); }
H1.HeaderClassName
{
color: #ECC6E2;
}
.AnyTagClassName
{
color: #ECC6E2;
}
</style>
background-color css
<style>
a { background-color: #ECC6E2; }
a { background-color: rgb(236,198,226); }
div.DivClassName
{
background-color: #ECC6E2;
}
.BgClassName
{
background-color: #ECC6E2;
}
</style>
border-color css
<style>
span { border-color: #ECC6E2; }
span { border-color: rgb(236,198,226); }
td.TdClassName
{
border-color: #ECC6E2;
}
.TagClassName
{
border-color: #ECC6E2;
}
</style>