Shades of French Lilac #ECBCE3
Tints of French Lilac #ECBCE3
RGB
CMYK
RGB Variations
Color information
#ECBCE3 (or 0xECBCE3) is known color: French Lilac. HEX triplet: EC, BC and E3. RGB value is (236,188,227). Sum of RGB (Red+Green+Blue) = 236+188+227=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCE3 is #13431C. Grayscale: #CECECE. Windows color (decimal): -1262365 or 14925036. OLE color: 14925036.
HSL color Cylindrical-coordinate representation of color #ECBCE3: hue angle of 311.25º 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 #ECBCE3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 227 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.07 |
| HSL | 311.25º | 0.56% | 0.83% | - |
| HSV(B) | 311.25º | 0.2% | 0.93% | - |
| XYZ | 66.44 | 59.35 | 80.63 | - |
| YUV | 206.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 227 | 0 | 0.20 | 0.04 | 0.07 | 311.25 | 0.56 | 0.83 |
| Hex | EC | BC | E3 | 0 | 14 | 4 | 7 | 137 | 38 | 53 |
| Octal | 354 | 274 | 343 | 0 | 24 | 4 | 7 | 467 | 70 | 123 |
| Binary | 11101100 | 10111100 | 11100011 | 0 | 10100 | 100 | 111 | 100110111 | 111000 | 1010011 |
Color Harmonies of #ECBCE3
Complementary color
Monochromatic Colors of #ECBCE3
Black with #ECBCE3
Text Example
Text Example
White with #ECBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCE3; }
p { color: rgb(236,188,227); }
H1.HeaderClassName
{
color: #ECBCE3;
}
.AnyTagClassName
{
color: #ECBCE3;
}
</style>
background-color css
<style>
a { background-color: #ECBCE3; }
a { background-color: rgb(236,188,227); }
div.DivClassName
{
background-color: #ECBCE3;
}
.BgClassName
{
background-color: #ECBCE3;
}
</style>
border-color css
<style>
span { border-color: #ECBCE3; }
span { border-color: rgb(236,188,227); }
td.TdClassName
{
border-color: #ECBCE3;
}
.TagClassName
{
border-color: #ECBCE3;
}
</style>