Shades of French Lilac #ECBCE2
Tints of French Lilac #ECBCE2
RGB
CMYK
RGB Variations
Color information
#ECBCE2 (or 0xECBCE2) is known color: French Lilac. HEX triplet: EC, BC and E2. RGB value is (236,188,226). Sum of RGB (Red+Green+Blue) = 236+188+226=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCE2 is #13431D. Grayscale: #CECECE. Windows color (decimal): -1262366 or 14859500. OLE color: 14859500.
HSL color Cylindrical-coordinate representation of color #ECBCE2: hue angle of 312.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCE2 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 226 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.07 |
| HSL | 312.5º | 0.56% | 0.83% | - |
| HSV(B) | 312.5º | 0.2% | 0.93% | - |
| XYZ | 66.3 | 59.29 | 79.9 | - |
| YUV | 206.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 226 | 0 | 0.20 | 0.04 | 0.07 | 312.5 | 0.56 | 0.83 |
| Hex | EC | BC | E2 | 0 | 14 | 4 | 7 | 138 | 38 | 53 |
| Octal | 354 | 274 | 342 | 0 | 24 | 4 | 7 | 470 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11100010 | 0 | 10100 | 100 | 111 | 100111000 | 111000 | 1010011 |
Color Harmonies of #ECBCE2
Complementary color
Monochromatic Colors of #ECBCE2
Black with #ECBCE2
Text Example
Text Example
White with #ECBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCE2; }
p { color: rgb(236,188,226); }
H1.HeaderClassName
{
color: #ECBCE2;
}
.AnyTagClassName
{
color: #ECBCE2;
}
</style>
background-color css
<style>
a { background-color: #ECBCE2; }
a { background-color: rgb(236,188,226); }
div.DivClassName
{
background-color: #ECBCE2;
}
.BgClassName
{
background-color: #ECBCE2;
}
</style>
border-color css
<style>
span { border-color: #ECBCE2; }
span { border-color: rgb(236,188,226); }
td.TdClassName
{
border-color: #ECBCE2;
}
.TagClassName
{
border-color: #ECBCE2;
}
</style>