Shades of French Lilac #ECC4E2
Tints of French Lilac #ECC4E2
RGB
CMYK
RGB Variations
Color information
#ECC4E2 (or 0xECC4E2) is known color: French Lilac. HEX triplet: EC, C4 and E2. RGB value is (236,196,226). Sum of RGB (Red+Green+Blue) = 236+196+226=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4E2 is #133B1D. Grayscale: #D3D3D3. Windows color (decimal): -1260318 or 14861548. OLE color: 14861548.
HSL color Cylindrical-coordinate representation of color #ECC4E2: hue angle of 315º 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 #ECC4E2 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 196 | 226 | - |
CMYK | 0 | 0.17 | 0.04 | 0.07 |
HSL | 315º | 0.51% | 0.85% | - |
HSV(B) | 315º | 0.17% | 0.93% | - |
XYZ | 68.06 | 62.8 | 80.49 | - |
YUV | 211.38 | 136.25 | 145.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 196 | 226 | 0 | 0.17 | 0.04 | 0.07 | 315 | 0.51 | 0.85 |
Hex | EC | C4 | E2 | 0 | 11 | 4 | 7 | 13B | 33 | 55 |
Octal | 354 | 304 | 342 | 0 | 21 | 4 | 7 | 473 | 63 | 125 |
Binary | 11101100 | 11000100 | 11100010 | 0 | 10001 | 100 | 111 | 100111011 | 110011 | 1010101 |
Color Harmonies of #ECC4E2
Complementary color
Monochromatic Colors of #ECC4E2
Black with #ECC4E2
Text Example
Text Example
White with #ECC4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4E2; }
p { color: rgb(236,196,226); }
H1.HeaderClassName
{
color: #ECC4E2;
}
.AnyTagClassName
{
color: #ECC4E2;
}
</style>
background-color css
<style>
a { background-color: #ECC4E2; }
a { background-color: rgb(236,196,226); }
div.DivClassName
{
background-color: #ECC4E2;
}
.BgClassName
{
background-color: #ECC4E2;
}
</style>
border-color css
<style>
span { border-color: #ECC4E2; }
span { border-color: rgb(236,196,226); }
td.TdClassName
{
border-color: #ECC4E2;
}
.TagClassName
{
border-color: #ECC4E2;
}
</style>