Shades of French Lilac #ECC1E7
Tints of French Lilac #ECC1E7
RGB
CMYK
RGB Variations
Color information
#ECC1E7 (or 0xECC1E7) is known color: French Lilac. HEX triplet: EC, C1 and E7. RGB value is (236,193,231). Sum of RGB (Red+Green+Blue) = 236+193+231=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1E7 is #133E18. Grayscale: #D2D2D2. Windows color (decimal): -1261081 or 15188460. OLE color: 15188460.
HSL color Cylindrical-coordinate representation of color #ECC1E7: hue angle of 306.98º 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 #ECC1E7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 231 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.07 |
| HSL | 306.98º | 0.53% | 0.84% | - |
| HSV(B) | 306.98º | 0.18% | 0.93% | - |
| XYZ | 68.09 | 61.74 | 83.93 | - |
| YUV | 210.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 231 | 0 | 0.18 | 0.02 | 0.07 | 306.98 | 0.53 | 0.84 |
| Hex | EC | C1 | E7 | 0 | 12 | 2 | 7 | 133 | 35 | 54 |
| Octal | 354 | 301 | 347 | 0 | 22 | 2 | 7 | 463 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11100111 | 0 | 10010 | 10 | 111 | 100110011 | 110101 | 1010100 |
Color Harmonies of #ECC1E7
Complementary color
Monochromatic Colors of #ECC1E7
Black with #ECC1E7
Text Example
Text Example
White with #ECC1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1E7; }
p { color: rgb(236,193,231); }
H1.HeaderClassName
{
color: #ECC1E7;
}
.AnyTagClassName
{
color: #ECC1E7;
}
</style>
background-color css
<style>
a { background-color: #ECC1E7; }
a { background-color: rgb(236,193,231); }
div.DivClassName
{
background-color: #ECC1E7;
}
.BgClassName
{
background-color: #ECC1E7;
}
</style>
border-color css
<style>
span { border-color: #ECC1E7; }
span { border-color: rgb(236,193,231); }
td.TdClassName
{
border-color: #ECC1E7;
}
.TagClassName
{
border-color: #ECC1E7;
}
</style>