Shades of French Lilac #ECC5E5
Tints of French Lilac #ECC5E5
RGB
CMYK
RGB Variations
Color information
#ECC5E5 (or 0xECC5E5) is known color: French Lilac. HEX triplet: EC, C5 and E5. RGB value is (236,197,229). Sum of RGB (Red+Green+Blue) = 236+197+229=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5E5 is #133A1A. Grayscale: #D4D4D4. Windows color (decimal): -1260059 or 15058412. OLE color: 15058412.
HSL color Cylindrical-coordinate representation of color #ECC5E5: hue angle of 310.77º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC5E5 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 229 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.07 |
| HSL | 310.77º | 0.51% | 0.85% | - |
| HSV(B) | 310.77º | 0.17% | 0.93% | - |
| XYZ | 68.7 | 63.42 | 82.75 | - |
| YUV | 212.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 229 | 0 | 0.17 | 0.03 | 0.07 | 310.77 | 0.51 | 0.85 |
| Hex | EC | C5 | E5 | 0 | 11 | 3 | 7 | 137 | 33 | 55 |
| Octal | 354 | 305 | 345 | 0 | 21 | 3 | 7 | 467 | 63 | 125 |
| Binary | 11101100 | 11000101 | 11100101 | 0 | 10001 | 11 | 111 | 100110111 | 110011 | 1010101 |
Color Harmonies of #ECC5E5
Complementary color
Monochromatic Colors of #ECC5E5
Black with #ECC5E5
Text Example
Text Example
White with #ECC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5E5; }
p { color: rgb(236,197,229); }
H1.HeaderClassName
{
color: #ECC5E5;
}
.AnyTagClassName
{
color: #ECC5E5;
}
</style>
background-color css
<style>
a { background-color: #ECC5E5; }
a { background-color: rgb(236,197,229); }
div.DivClassName
{
background-color: #ECC5E5;
}
.BgClassName
{
background-color: #ECC5E5;
}
</style>
border-color css
<style>
span { border-color: #ECC5E5; }
span { border-color: rgb(236,197,229); }
td.TdClassName
{
border-color: #ECC5E5;
}
.TagClassName
{
border-color: #ECC5E5;
}
</style>