Shades of French Lilac #ECC6E5
Tints of French Lilac #ECC6E5
RGB
CMYK
RGB Variations
Color information
#ECC6E5 (or 0xECC6E5) is known color: French Lilac. HEX triplet: EC, C6 and E5. RGB value is (236,198,229). Sum of RGB (Red+Green+Blue) = 236+198+229=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6E5 is #13391A. Grayscale: #D4D4D4. Windows color (decimal): -1259803 or 15058668. OLE color: 15058668.
HSL color Cylindrical-coordinate representation of color #ECC6E5: hue angle of 311.05º 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 #ECC6E5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 229 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.07 |
| HSL | 311.05º | 0.5% | 0.85% | - |
| HSV(B) | 311.05º | 0.16% | 0.93% | - |
| XYZ | 68.93 | 63.88 | 82.83 | - |
| YUV | 212.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 229 | 0 | 0.16 | 0.03 | 0.07 | 311.05 | 0.5 | 0.85 |
| Hex | EC | C6 | E5 | 0 | 10 | 3 | 7 | 137 | 32 | 55 |
| Octal | 354 | 306 | 345 | 0 | 20 | 3 | 7 | 467 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11100101 | 0 | 10000 | 11 | 111 | 100110111 | 110010 | 1010101 |
Color Harmonies of #ECC6E5
Complementary color
Monochromatic Colors of #ECC6E5
Black with #ECC6E5
Text Example
Text Example
White with #ECC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6E5; }
p { color: rgb(236,198,229); }
H1.HeaderClassName
{
color: #ECC6E5;
}
.AnyTagClassName
{
color: #ECC6E5;
}
</style>
background-color css
<style>
a { background-color: #ECC6E5; }
a { background-color: rgb(236,198,229); }
div.DivClassName
{
background-color: #ECC6E5;
}
.BgClassName
{
background-color: #ECC6E5;
}
</style>
border-color css
<style>
span { border-color: #ECC6E5; }
span { border-color: rgb(236,198,229); }
td.TdClassName
{
border-color: #ECC6E5;
}
.TagClassName
{
border-color: #ECC6E5;
}
</style>