Shades of French Lilac #ECC0E2
Tints of French Lilac #ECC0E2
RGB
CMYK
RGB Variations
Color information
#ECC0E2 (or 0xECC0E2) is known color: French Lilac. HEX triplet: EC, C0 and E2. RGB value is (236,192,226). Sum of RGB (Red+Green+Blue) = 236+192+226=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0E2 is #133F1D. Grayscale: #D0D0D0. Windows color (decimal): -1261342 or 14860524. OLE color: 14860524.
HSL color Cylindrical-coordinate representation of color #ECC0E2: hue angle of 313.64º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0E2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 192 | 226 | - |
CMYK | 0 | 0.19 | 0.04 | 0.07 |
HSL | 313.64º | 0.54% | 0.84% | - |
HSV(B) | 313.64º | 0.19% | 0.93% | - |
XYZ | 67.17 | 61.02 | 80.19 | - |
YUV | 209.03 | 137.58 | 147.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 192 | 226 | 0 | 0.19 | 0.04 | 0.07 | 313.64 | 0.54 | 0.84 |
Hex | EC | C0 | E2 | 0 | 13 | 4 | 7 | 13A | 36 | 54 |
Octal | 354 | 300 | 342 | 0 | 23 | 4 | 7 | 472 | 66 | 124 |
Binary | 11101100 | 11000000 | 11100010 | 0 | 10011 | 100 | 111 | 100111010 | 110110 | 1010100 |
Color Harmonies of #ECC0E2
Complementary color
Monochromatic Colors of #ECC0E2
Black with #ECC0E2
Text Example
Text Example
White with #ECC0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0E2; }
p { color: rgb(236,192,226); }
H1.HeaderClassName
{
color: #ECC0E2;
}
.AnyTagClassName
{
color: #ECC0E2;
}
</style>
background-color css
<style>
a { background-color: #ECC0E2; }
a { background-color: rgb(236,192,226); }
div.DivClassName
{
background-color: #ECC0E2;
}
.BgClassName
{
background-color: #ECC0E2;
}
</style>
border-color css
<style>
span { border-color: #ECC0E2; }
span { border-color: rgb(236,192,226); }
td.TdClassName
{
border-color: #ECC0E2;
}
.TagClassName
{
border-color: #ECC0E2;
}
</style>