Shades of French Lilac #ECC3E2
Tints of French Lilac #ECC3E2
RGB
CMYK
RGB Variations
Color information
#ECC3E2 (or 0xECC3E2) is known color: French Lilac. HEX triplet: EC, C3 and E2. RGB value is (236,195,226). Sum of RGB (Red+Green+Blue) = 236+195+226=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3E2 is #133C1D. Grayscale: #D2D2D2. Windows color (decimal): -1260574 or 14861292. OLE color: 14861292.
HSL color Cylindrical-coordinate representation of color #ECC3E2: hue angle of 314.63º degrees, saturation: 0.52, 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 #ECC3E2 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 195 | 226 | - |
CMYK | 0 | 0.17 | 0.04 | 0.07 |
HSL | 314.63º | 0.52% | 0.85% | - |
HSV(B) | 314.63º | 0.17% | 0.93% | - |
XYZ | 67.83 | 62.35 | 80.41 | - |
YUV | 210.79 | 136.58 | 145.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 195 | 226 | 0 | 0.17 | 0.04 | 0.07 | 314.63 | 0.52 | 0.85 |
Hex | EC | C3 | E2 | 0 | 11 | 4 | 7 | 13B | 34 | 55 |
Octal | 354 | 303 | 342 | 0 | 21 | 4 | 7 | 473 | 64 | 125 |
Binary | 11101100 | 11000011 | 11100010 | 0 | 10001 | 100 | 111 | 100111011 | 110100 | 1010101 |
Color Harmonies of #ECC3E2
Complementary color
Monochromatic Colors of #ECC3E2
Black with #ECC3E2
Text Example
Text Example
White with #ECC3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC3E2; }
p { color: rgb(236,195,226); }
H1.HeaderClassName
{
color: #ECC3E2;
}
.AnyTagClassName
{
color: #ECC3E2;
}
</style>
background-color css
<style>
a { background-color: #ECC3E2; }
a { background-color: rgb(236,195,226); }
div.DivClassName
{
background-color: #ECC3E2;
}
.BgClassName
{
background-color: #ECC3E2;
}
</style>
border-color css
<style>
span { border-color: #ECC3E2; }
span { border-color: rgb(236,195,226); }
td.TdClassName
{
border-color: #ECC3E2;
}
.TagClassName
{
border-color: #ECC3E2;
}
</style>