Shades of French Lilac #ECC1DF
Tints of French Lilac #ECC1DF
RGB
CMYK
RGB Variations
Color information
#ECC1DF (or 0xECC1DF) is known color: French Lilac. HEX triplet: EC, C1 and DF. RGB value is (236,193,223). Sum of RGB (Red+Green+Blue) = 236+193+223=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1DF is #133E20. Grayscale: #D1D1D1. Windows color (decimal): -1261089 or 14664172. OLE color: 14664172.
HSL color Cylindrical-coordinate representation of color #ECC1DF: hue angle of 318.14º degrees, saturation: 0.53, 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 #ECC1DF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 223 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.07 |
| HSL | 318.14º | 0.53% | 0.84% | - |
| HSV(B) | 318.14º | 0.18% | 0.93% | - |
| XYZ | 66.98 | 61.3 | 78.11 | - |
| YUV | 209.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 223 | 0 | 0.18 | 0.06 | 0.07 | 318.14 | 0.53 | 0.84 |
| Hex | EC | C1 | DF | 0 | 12 | 6 | 7 | 13E | 35 | 54 |
| Octal | 354 | 301 | 337 | 0 | 22 | 6 | 7 | 476 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11011111 | 0 | 10010 | 110 | 111 | 100111110 | 110101 | 1010100 |
Color Harmonies of #ECC1DF
Complementary color
Monochromatic Colors of #ECC1DF
Black with #ECC1DF
Text Example
Text Example
White with #ECC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1DF; }
p { color: rgb(236,193,223); }
H1.HeaderClassName
{
color: #ECC1DF;
}
.AnyTagClassName
{
color: #ECC1DF;
}
</style>
background-color css
<style>
a { background-color: #ECC1DF; }
a { background-color: rgb(236,193,223); }
div.DivClassName
{
background-color: #ECC1DF;
}
.BgClassName
{
background-color: #ECC1DF;
}
</style>
border-color css
<style>
span { border-color: #ECC1DF; }
span { border-color: rgb(236,193,223); }
td.TdClassName
{
border-color: #ECC1DF;
}
.TagClassName
{
border-color: #ECC1DF;
}
</style>