Shades of French Lilac #ECBFE4
Tints of French Lilac #ECBFE4
RGB
CMYK
RGB Variations
Color information
#ECBFE4 (or 0xECBFE4) is known color: French Lilac. HEX triplet: EC, BF and E4. RGB value is (236,191,228). Sum of RGB (Red+Green+Blue) = 236+191+228=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFE4 is #13401B. Grayscale: #D0D0D0. Windows color (decimal): -1261596 or 14991340. OLE color: 14991340.
HSL color Cylindrical-coordinate representation of color #ECBFE4: hue angle of 310.67º 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 #ECBFE4 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 228 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.07 |
| HSL | 310.67º | 0.54% | 0.84% | - |
| HSV(B) | 310.67º | 0.19% | 0.93% | - |
| XYZ | 67.23 | 60.7 | 81.57 | - |
| YUV | 208.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 228 | 0 | 0.19 | 0.03 | 0.07 | 310.67 | 0.54 | 0.84 |
| Hex | EC | BF | E4 | 0 | 13 | 3 | 7 | 137 | 36 | 54 |
| Octal | 354 | 277 | 344 | 0 | 23 | 3 | 7 | 467 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11100100 | 0 | 10011 | 11 | 111 | 100110111 | 110110 | 1010100 |
Color Harmonies of #ECBFE4
Complementary color
Monochromatic Colors of #ECBFE4
Black with #ECBFE4
Text Example
Text Example
White with #ECBFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFE4; }
p { color: rgb(236,191,228); }
H1.HeaderClassName
{
color: #ECBFE4;
}
.AnyTagClassName
{
color: #ECBFE4;
}
</style>
background-color css
<style>
a { background-color: #ECBFE4; }
a { background-color: rgb(236,191,228); }
div.DivClassName
{
background-color: #ECBFE4;
}
.BgClassName
{
background-color: #ECBFE4;
}
</style>
border-color css
<style>
span { border-color: #ECBFE4; }
span { border-color: rgb(236,191,228); }
td.TdClassName
{
border-color: #ECBFE4;
}
.TagClassName
{
border-color: #ECBFE4;
}
</style>