Shades of French Lilac #ECBFE2
Tints of French Lilac #ECBFE2
RGB
CMYK
RGB Variations
Color information
#ECBFE2 (or 0xECBFE2) is known color: French Lilac. HEX triplet: EC, BF and E2. RGB value is (236,191,226). Sum of RGB (Red+Green+Blue) = 236+191+226=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFE2 is #13401D. Grayscale: #D0D0D0. Windows color (decimal): -1261598 or 14860268. OLE color: 14860268.
HSL color Cylindrical-coordinate representation of color #ECBFE2: hue angle of 313.33º 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 #ECBFE2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 191 | 226 | - |
CMYK | 0 | 0.19 | 0.04 | 0.07 |
HSL | 313.33º | 0.54% | 0.84% | - |
HSV(B) | 313.33º | 0.19% | 0.93% | - |
XYZ | 66.95 | 60.59 | 80.12 | - |
YUV | 208.45 | 137.91 | 147.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 191 | 226 | 0 | 0.19 | 0.04 | 0.07 | 313.33 | 0.54 | 0.84 |
Hex | EC | BF | E2 | 0 | 13 | 4 | 7 | 139 | 36 | 54 |
Octal | 354 | 277 | 342 | 0 | 23 | 4 | 7 | 471 | 66 | 124 |
Binary | 11101100 | 10111111 | 11100010 | 0 | 10011 | 100 | 111 | 100111001 | 110110 | 1010100 |
Color Harmonies of #ECBFE2
Complementary color
Monochromatic Colors of #ECBFE2
Black with #ECBFE2
Text Example
Text Example
White with #ECBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFE2; }
p { color: rgb(236,191,226); }
H1.HeaderClassName
{
color: #ECBFE2;
}
.AnyTagClassName
{
color: #ECBFE2;
}
</style>
background-color css
<style>
a { background-color: #ECBFE2; }
a { background-color: rgb(236,191,226); }
div.DivClassName
{
background-color: #ECBFE2;
}
.BgClassName
{
background-color: #ECBFE2;
}
</style>
border-color css
<style>
span { border-color: #ECBFE2; }
span { border-color: rgb(236,191,226); }
td.TdClassName
{
border-color: #ECBFE2;
}
.TagClassName
{
border-color: #ECBFE2;
}
</style>