Shades of French Lilac #ECBCE4
Tints of French Lilac #ECBCE4
RGB
CMYK
RGB Variations
Color information
#ECBCE4 (or 0xECBCE4) is known color: French Lilac. HEX triplet: EC, BC and E4. RGB value is (236,188,228). Sum of RGB (Red+Green+Blue) = 236+188+228=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCE4 is #13431B. Grayscale: #CECECE. Windows color (decimal): -1262364 or 14990572. OLE color: 14990572.
HSL color Cylindrical-coordinate representation of color #ECBCE4: hue angle of 310º 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 #ECBCE4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 228 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.07 |
| HSL | 310º | 0.56% | 0.83% | - |
| HSV(B) | 310º | 0.2% | 0.93% | - |
| XYZ | 66.58 | 59.4 | 81.36 | - |
| YUV | 206.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 228 | 0 | 0.20 | 0.03 | 0.07 | 310 | 0.56 | 0.83 |
| Hex | EC | BC | E4 | 0 | 14 | 3 | 7 | 136 | 38 | 53 |
| Octal | 354 | 274 | 344 | 0 | 24 | 3 | 7 | 466 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11100100 | 0 | 10100 | 11 | 111 | 100110110 | 111000 | 1010011 |
Color Harmonies of #ECBCE4
Complementary color
Monochromatic Colors of #ECBCE4
Black with #ECBCE4
Text Example
Text Example
White with #ECBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCE4; }
p { color: rgb(236,188,228); }
H1.HeaderClassName
{
color: #ECBCE4;
}
.AnyTagClassName
{
color: #ECBCE4;
}
</style>
background-color css
<style>
a { background-color: #ECBCE4; }
a { background-color: rgb(236,188,228); }
div.DivClassName
{
background-color: #ECBCE4;
}
.BgClassName
{
background-color: #ECBCE4;
}
</style>
border-color css
<style>
span { border-color: #ECBCE4; }
span { border-color: rgb(236,188,228); }
td.TdClassName
{
border-color: #ECBCE4;
}
.TagClassName
{
border-color: #ECBCE4;
}
</style>