Shades of French Lilac #ECC6E6
Tints of French Lilac #ECC6E6
RGB
CMYK
RGB Variations
Color information
#ECC6E6 (or 0xECC6E6) is known color: French Lilac. HEX triplet: EC, C6 and E6. RGB value is (236,198,230). Sum of RGB (Red+Green+Blue) = 236+198+230=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6E6 is #133919. Grayscale: #D4D4D4. Windows color (decimal): -1259802 or 15124204. OLE color: 15124204.
HSL color Cylindrical-coordinate representation of color #ECC6E6: hue angle of 309.47º 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 #ECC6E6 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 230 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.07 |
| HSL | 309.47º | 0.5% | 0.85% | - |
| HSV(B) | 309.47º | 0.16% | 0.93% | - |
| XYZ | 69.07 | 63.93 | 83.56 | - |
| YUV | 213.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 230 | 0 | 0.16 | 0.03 | 0.07 | 309.47 | 0.5 | 0.85 |
| Hex | EC | C6 | E6 | 0 | 10 | 3 | 7 | 135 | 32 | 55 |
| Octal | 354 | 306 | 346 | 0 | 20 | 3 | 7 | 465 | 62 | 125 |
| Binary | 11101100 | 11000110 | 11100110 | 0 | 10000 | 11 | 111 | 100110101 | 110010 | 1010101 |
Color Harmonies of #ECC6E6
Complementary color
Monochromatic Colors of #ECC6E6
Black with #ECC6E6
Text Example
Text Example
White with #ECC6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6E6; }
p { color: rgb(236,198,230); }
H1.HeaderClassName
{
color: #ECC6E6;
}
.AnyTagClassName
{
color: #ECC6E6;
}
</style>
background-color css
<style>
a { background-color: #ECC6E6; }
a { background-color: rgb(236,198,230); }
div.DivClassName
{
background-color: #ECC6E6;
}
.BgClassName
{
background-color: #ECC6E6;
}
</style>
border-color css
<style>
span { border-color: #ECC6E6; }
span { border-color: rgb(236,198,230); }
td.TdClassName
{
border-color: #ECC6E6;
}
.TagClassName
{
border-color: #ECC6E6;
}
</style>