Shades of French Lilac #ECC2DF
Tints of French Lilac #ECC2DF
RGB
CMYK
RGB Variations
Color information
#ECC2DF (or 0xECC2DF) is known color: French Lilac. HEX triplet: EC, C2 and DF. RGB value is (236,194,223). Sum of RGB (Red+Green+Blue) = 236+194+223=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DF is #133D20. Grayscale: #D1D1D1. Windows color (decimal): -1260833 or 14664428. OLE color: 14664428.
HSL color Cylindrical-coordinate representation of color #ECC2DF: hue angle of 318.57º 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 #ECC2DF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 223 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.07 |
| HSL | 318.57º | 0.53% | 0.84% | - |
| HSV(B) | 318.57º | 0.18% | 0.93% | - |
| XYZ | 67.2 | 61.74 | 78.19 | - |
| YUV | 209.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 223 | 0 | 0.18 | 0.06 | 0.07 | 318.57 | 0.53 | 0.84 |
| Hex | EC | C2 | DF | 0 | 12 | 6 | 7 | 13F | 34 | 54 |
| Octal | 354 | 302 | 337 | 0 | 22 | 6 | 7 | 477 | 64 | 124 |
| Binary | 11101100 | 11000010 | 11011111 | 0 | 10010 | 110 | 111 | 100111111 | 110100 | 1010100 |
Color Harmonies of #ECC2DF
Complementary color
Monochromatic Colors of #ECC2DF
Black with #ECC2DF
Text Example
Text Example
White with #ECC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2DF; }
p { color: rgb(236,194,223); }
H1.HeaderClassName
{
color: #ECC2DF;
}
.AnyTagClassName
{
color: #ECC2DF;
}
</style>
background-color css
<style>
a { background-color: #ECC2DF; }
a { background-color: rgb(236,194,223); }
div.DivClassName
{
background-color: #ECC2DF;
}
.BgClassName
{
background-color: #ECC2DF;
}
</style>
border-color css
<style>
span { border-color: #ECC2DF; }
span { border-color: rgb(236,194,223); }
td.TdClassName
{
border-color: #ECC2DF;
}
.TagClassName
{
border-color: #ECC2DF;
}
</style>