Shades of French Lilac #ECBEE2
Tints of French Lilac #ECBEE2
RGB
CMYK
RGB Variations
Color information
#ECBEE2 (or 0xECBEE2) is known color: French Lilac. HEX triplet: EC, BE and E2. RGB value is (236,190,226). Sum of RGB (Red+Green+Blue) = 236+190+226=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEE2 is #13411D. Grayscale: #CFCFCF. Windows color (decimal): -1261854 or 14860012. OLE color: 14860012.
HSL color Cylindrical-coordinate representation of color #ECBEE2: hue angle of 313.04º degrees, saturation: 0.55, 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 #ECBEE2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 226 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.07 |
| HSL | 313.04º | 0.55% | 0.84% | - |
| HSV(B) | 313.04º | 0.19% | 0.93% | - |
| XYZ | 66.73 | 60.15 | 80.04 | - |
| YUV | 207.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 226 | 0 | 0.19 | 0.04 | 0.07 | 313.04 | 0.55 | 0.84 |
| Hex | EC | BE | E2 | 0 | 13 | 4 | 7 | 139 | 37 | 54 |
| Octal | 354 | 276 | 342 | 0 | 23 | 4 | 7 | 471 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11100010 | 0 | 10011 | 100 | 111 | 100111001 | 110111 | 1010100 |
Color Harmonies of #ECBEE2
Complementary color
Monochromatic Colors of #ECBEE2
Black with #ECBEE2
Text Example
Text Example
White with #ECBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEE2; }
p { color: rgb(236,190,226); }
H1.HeaderClassName
{
color: #ECBEE2;
}
.AnyTagClassName
{
color: #ECBEE2;
}
</style>
background-color css
<style>
a { background-color: #ECBEE2; }
a { background-color: rgb(236,190,226); }
div.DivClassName
{
background-color: #ECBEE2;
}
.BgClassName
{
background-color: #ECBEE2;
}
</style>
border-color css
<style>
span { border-color: #ECBEE2; }
span { border-color: rgb(236,190,226); }
td.TdClassName
{
border-color: #ECBEE2;
}
.TagClassName
{
border-color: #ECBEE2;
}
</style>