Shades of French Lilac #ECC2E7
Tints of French Lilac #ECC2E7
RGB
CMYK
RGB Variations
Color information
#ECC2E7 (or 0xECC2E7) is known color: French Lilac. HEX triplet: EC, C2 and E7. RGB value is (236,194,231). Sum of RGB (Red+Green+Blue) = 236+194+231=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2E7 is #133D18. Grayscale: #D2D2D2. Windows color (decimal): -1260825 or 15188716. OLE color: 15188716.
HSL color Cylindrical-coordinate representation of color #ECC2E7: hue angle of 307.14º degrees, saturation: 0.52, 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 #ECC2E7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 231 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.07 |
| HSL | 307.14º | 0.53% | 0.84% | - |
| HSV(B) | 307.14º | 0.18% | 0.93% | - |
| XYZ | 68.31 | 62.19 | 84 | - |
| YUV | 210.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 231 | 0 | 0.18 | 0.02 | 0.07 | 307.14 | 0.53 | 0.84 |
| Hex | EC | C2 | E7 | 0 | 12 | 2 | 7 | 133 | 34 | 54 |
| Octal | 354 | 302 | 347 | 0 | 22 | 2 | 7 | 463 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11100111 | 0 | 10010 | 10 | 111 | 100110011 | 110100 | 1010100 |
Color Harmonies of #ECC2E7
Complementary color
Monochromatic Colors of #ECC2E7
Black with #ECC2E7
Text Example
Text Example
White with #ECC2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2E7; }
p { color: rgb(236,194,231); }
H1.HeaderClassName
{
color: #ECC2E7;
}
.AnyTagClassName
{
color: #ECC2E7;
}
</style>
background-color css
<style>
a { background-color: #ECC2E7; }
a { background-color: rgb(236,194,231); }
div.DivClassName
{
background-color: #ECC2E7;
}
.BgClassName
{
background-color: #ECC2E7;
}
</style>
border-color css
<style>
span { border-color: #ECC2E7; }
span { border-color: rgb(236,194,231); }
td.TdClassName
{
border-color: #ECC2E7;
}
.TagClassName
{
border-color: #ECC2E7;
}
</style>