Shades of French Lilac #ECC7E5
Tints of French Lilac #ECC7E5
RGB
CMYK
RGB Variations
Color information
#ECC7E5 (or 0xECC7E5) is known color: French Lilac. HEX triplet: EC, C7 and E5. RGB value is (236,199,229). Sum of RGB (Red+Green+Blue) = 236+199+229=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7E5 is #13381A. Grayscale: #D5D5D5. Windows color (decimal): -1259547 or 15058924. OLE color: 15058924.
HSL color Cylindrical-coordinate representation of color #ECC7E5: hue angle of 311.35º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7E5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 199 | 229 | - |
CMYK | 0 | 0.16 | 0.03 | 0.07 |
HSL | 311.35º | 0.49% | 0.85% | - |
HSV(B) | 311.35º | 0.16% | 0.93% | - |
XYZ | 69.16 | 64.34 | 82.9 | - |
YUV | 213.48 | 136.76 | 144.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 199 | 229 | 0 | 0.16 | 0.03 | 0.07 | 311.35 | 0.49 | 0.85 |
Hex | EC | C7 | E5 | 0 | 10 | 3 | 7 | 137 | 31 | 55 |
Octal | 354 | 307 | 345 | 0 | 20 | 3 | 7 | 467 | 61 | 125 |
Binary | 11101100 | 11000111 | 11100101 | 0 | 10000 | 11 | 111 | 100110111 | 110001 | 1010101 |
Color Harmonies of #ECC7E5
Complementary color
Monochromatic Colors of #ECC7E5
Black with #ECC7E5
Text Example
Text Example
White with #ECC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7E5; }
p { color: rgb(236,199,229); }
H1.HeaderClassName
{
color: #ECC7E5;
}
.AnyTagClassName
{
color: #ECC7E5;
}
</style>
background-color css
<style>
a { background-color: #ECC7E5; }
a { background-color: rgb(236,199,229); }
div.DivClassName
{
background-color: #ECC7E5;
}
.BgClassName
{
background-color: #ECC7E5;
}
</style>
border-color css
<style>
span { border-color: #ECC7E5; }
span { border-color: rgb(236,199,229); }
td.TdClassName
{
border-color: #ECC7E5;
}
.TagClassName
{
border-color: #ECC7E5;
}
</style>