Shades of French Lilac #ECBFE6
Tints of French Lilac #ECBFE6
RGB
CMYK
RGB Variations
Color information
#ECBFE6 (or 0xECBFE6) is known color: French Lilac. HEX triplet: EC, BF and E6. RGB value is (236,191,230). Sum of RGB (Red+Green+Blue) = 236+191+230=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFE6 is #134019. Grayscale: #D0D0D0. Windows color (decimal): -1261594 or 15122412. OLE color: 15122412.
HSL color Cylindrical-coordinate representation of color #ECBFE6: hue angle of 308º degrees, saturation: 0.54, 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 #ECBFE6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 230 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.07 |
| HSL | 308º | 0.54% | 0.84% | - |
| HSV(B) | 308º | 0.19% | 0.93% | - |
| XYZ | 67.51 | 60.81 | 83.04 | - |
| YUV | 208.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 230 | 0 | 0.19 | 0.03 | 0.07 | 308 | 0.54 | 0.84 |
| Hex | EC | BF | E6 | 0 | 13 | 3 | 7 | 134 | 36 | 54 |
| Octal | 354 | 277 | 346 | 0 | 23 | 3 | 7 | 464 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11100110 | 0 | 10011 | 11 | 111 | 100110100 | 110110 | 1010100 |
Color Harmonies of #ECBFE6
Complementary color
Monochromatic Colors of #ECBFE6
Black with #ECBFE6
Text Example
Text Example
White with #ECBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFE6; }
p { color: rgb(236,191,230); }
H1.HeaderClassName
{
color: #ECBFE6;
}
.AnyTagClassName
{
color: #ECBFE6;
}
</style>
background-color css
<style>
a { background-color: #ECBFE6; }
a { background-color: rgb(236,191,230); }
div.DivClassName
{
background-color: #ECBFE6;
}
.BgClassName
{
background-color: #ECBFE6;
}
</style>
border-color css
<style>
span { border-color: #ECBFE6; }
span { border-color: rgb(236,191,230); }
td.TdClassName
{
border-color: #ECBFE6;
}
.TagClassName
{
border-color: #ECBFE6;
}
</style>