Shades of French Lilac #ECC1E8
Tints of French Lilac #ECC1E8
RGB
CMYK
RGB Variations
Color information
#ECC1E8 (or 0xECC1E8) is known color: French Lilac. HEX triplet: EC, C1 and E8. RGB value is (236,193,232). Sum of RGB (Red+Green+Blue) = 236+193+232=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1E8 is #133E17. Grayscale: #D2D2D2. Windows color (decimal): -1261080 or 15253996. OLE color: 15253996.
HSL color Cylindrical-coordinate representation of color #ECC1E8: hue angle of 305.58º 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 #ECC1E8 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 232 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.07 |
| HSL | 305.58º | 0.53% | 0.84% | - |
| HSV(B) | 305.58º | 0.18% | 0.93% | - |
| XYZ | 68.23 | 61.8 | 84.68 | - |
| YUV | 210.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 232 | 0 | 0.18 | 0.02 | 0.07 | 305.58 | 0.53 | 0.84 |
| Hex | EC | C1 | E8 | 0 | 12 | 2 | 7 | 132 | 35 | 54 |
| Octal | 354 | 301 | 350 | 0 | 22 | 2 | 7 | 462 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11101000 | 0 | 10010 | 10 | 111 | 100110010 | 110101 | 1010100 |
Color Harmonies of #ECC1E8
Complementary color
Monochromatic Colors of #ECC1E8
Black with #ECC1E8
Text Example
Text Example
White with #ECC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1E8; }
p { color: rgb(236,193,232); }
H1.HeaderClassName
{
color: #ECC1E8;
}
.AnyTagClassName
{
color: #ECC1E8;
}
</style>
background-color css
<style>
a { background-color: #ECC1E8; }
a { background-color: rgb(236,193,232); }
div.DivClassName
{
background-color: #ECC1E8;
}
.BgClassName
{
background-color: #ECC1E8;
}
</style>
border-color css
<style>
span { border-color: #ECC1E8; }
span { border-color: rgb(236,193,232); }
td.TdClassName
{
border-color: #ECC1E8;
}
.TagClassName
{
border-color: #ECC1E8;
}
</style>