Shades of French Lilac #ECC1E2
Tints of French Lilac #ECC1E2
RGB
CMYK
RGB Variations
Color information
#ECC1E2 (or 0xECC1E2) is known color: French Lilac. HEX triplet: EC, C1 and E2. RGB value is (236,193,226). Sum of RGB (Red+Green+Blue) = 236+193+226=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1E2 is #133E1D. Grayscale: #D1D1D1. Windows color (decimal): -1261086 or 14860780. OLE color: 14860780.
HSL color Cylindrical-coordinate representation of color #ECC1E2: hue angle of 313.95º 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 #ECC1E2 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 193 | 226 | - |
CMYK | 0 | 0.18 | 0.04 | 0.07 |
HSL | 313.95º | 0.53% | 0.84% | - |
HSV(B) | 313.95º | 0.18% | 0.93% | - |
XYZ | 67.39 | 61.46 | 80.26 | - |
YUV | 209.62 | 137.25 | 146.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 193 | 226 | 0 | 0.18 | 0.04 | 0.07 | 313.95 | 0.53 | 0.84 |
Hex | EC | C1 | E2 | 0 | 12 | 4 | 7 | 13A | 35 | 54 |
Octal | 354 | 301 | 342 | 0 | 22 | 4 | 7 | 472 | 65 | 124 |
Binary | 11101100 | 11000001 | 11100010 | 0 | 10010 | 100 | 111 | 100111010 | 110101 | 1010100 |
Color Harmonies of #ECC1E2
Complementary color
Monochromatic Colors of #ECC1E2
Black with #ECC1E2
Text Example
Text Example
White with #ECC1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1E2; }
p { color: rgb(236,193,226); }
H1.HeaderClassName
{
color: #ECC1E2;
}
.AnyTagClassName
{
color: #ECC1E2;
}
</style>
background-color css
<style>
a { background-color: #ECC1E2; }
a { background-color: rgb(236,193,226); }
div.DivClassName
{
background-color: #ECC1E2;
}
.BgClassName
{
background-color: #ECC1E2;
}
</style>
border-color css
<style>
span { border-color: #ECC1E2; }
span { border-color: rgb(236,193,226); }
td.TdClassName
{
border-color: #ECC1E2;
}
.TagClassName
{
border-color: #ECC1E2;
}
</style>