Shades of French Lilac #ECC0E6
Tints of French Lilac #ECC0E6
RGB
CMYK
RGB Variations
Color information
#ECC0E6 (or 0xECC0E6) is known color: French Lilac. HEX triplet: EC, C0 and E6. RGB value is (236,192,230). Sum of RGB (Red+Green+Blue) = 236+192+230=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0E6 is #133F19. Grayscale: #D1D1D1. Windows color (decimal): -1261338 or 15122668. OLE color: 15122668.
HSL color Cylindrical-coordinate representation of color #ECC0E6: hue angle of 308.18º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0E6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 230 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.07 |
| HSL | 308.18º | 0.54% | 0.84% | - |
| HSV(B) | 308.18º | 0.19% | 0.93% | - |
| XYZ | 67.72 | 61.25 | 83.11 | - |
| YUV | 209.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 230 | 0 | 0.19 | 0.03 | 0.07 | 308.18 | 0.54 | 0.84 |
| Hex | EC | C0 | E6 | 0 | 13 | 3 | 7 | 134 | 36 | 54 |
| Octal | 354 | 300 | 346 | 0 | 23 | 3 | 7 | 464 | 66 | 124 |
| Binary | 11101100 | 11000000 | 11100110 | 0 | 10011 | 11 | 111 | 100110100 | 110110 | 1010100 |
Color Harmonies of #ECC0E6
Complementary color
Monochromatic Colors of #ECC0E6
Black with #ECC0E6
Text Example
Text Example
White with #ECC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0E6; }
p { color: rgb(236,192,230); }
H1.HeaderClassName
{
color: #ECC0E6;
}
.AnyTagClassName
{
color: #ECC0E6;
}
</style>
background-color css
<style>
a { background-color: #ECC0E6; }
a { background-color: rgb(236,192,230); }
div.DivClassName
{
background-color: #ECC0E6;
}
.BgClassName
{
background-color: #ECC0E6;
}
</style>
border-color css
<style>
span { border-color: #ECC0E6; }
span { border-color: rgb(236,192,230); }
td.TdClassName
{
border-color: #ECC0E6;
}
.TagClassName
{
border-color: #ECC0E6;
}
</style>