Shades of French Lilac #EBBFE3
Tints of French Lilac #EBBFE3
RGB
CMYK
RGB Variations
Color information
#EBBFE3 (or 0xEBBFE3) is known color: French Lilac. HEX triplet: EB, BF and E3. RGB value is (235,191,227). Sum of RGB (Red+Green+Blue) = 235+191+227=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFE3 is #14401C. Grayscale: #D0D0D0. Windows color (decimal): -1327133 or 14925803. OLE color: 14925803.
HSL color Cylindrical-coordinate representation of color #EBBFE3: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFE3 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 227 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.08 |
| HSL | 310.91º | 0.52% | 0.84% | - |
| HSV(B) | 310.91º | 0.19% | 0.92% | - |
| XYZ | 66.76 | 60.47 | 80.83 | - |
| YUV | 208.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 227 | 0 | 0.19 | 0.03 | 0.08 | 310.91 | 0.52 | 0.84 |
| Hex | EB | BF | E3 | 0 | 13 | 3 | 8 | 137 | 34 | 54 |
| Octal | 353 | 277 | 343 | 0 | 23 | 3 | 10 | 467 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11100011 | 0 | 10011 | 11 | 1000 | 100110111 | 110100 | 1010100 |
Color Harmonies of #EBBFE3
Complementary color
Monochromatic Colors of #EBBFE3
Black with #EBBFE3
Text Example
Text Example
White with #EBBFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFE3; }
p { color: rgb(235,191,227); }
H1.HeaderClassName
{
color: #EBBFE3;
}
.AnyTagClassName
{
color: #EBBFE3;
}
</style>
background-color css
<style>
a { background-color: #EBBFE3; }
a { background-color: rgb(235,191,227); }
div.DivClassName
{
background-color: #EBBFE3;
}
.BgClassName
{
background-color: #EBBFE3;
}
</style>
border-color css
<style>
span { border-color: #EBBFE3; }
span { border-color: rgb(235,191,227); }
td.TdClassName
{
border-color: #EBBFE3;
}
.TagClassName
{
border-color: #EBBFE3;
}
</style>