Shades of French Lilac #EBBFE9
Tints of French Lilac #EBBFE9
RGB
CMYK
RGB Variations
Color information
#EBBFE9 (or 0xEBBFE9) is known color: French Lilac. HEX triplet: EB, BF and E9. RGB value is (235,191,233). Sum of RGB (Red+Green+Blue) = 235+191+233=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFE9 is #144016. Grayscale: #D0D0D0. Windows color (decimal): -1327127 or 15319019. OLE color: 15319019.
HSL color Cylindrical-coordinate representation of color #EBBFE9: hue angle of 302.73º 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 #EBBFE9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 233 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.08 |
| HSL | 302.73º | 0.52% | 0.84% | - |
| HSV(B) | 302.73º | 0.19% | 0.92% | - |
| XYZ | 67.6 | 60.81 | 85.26 | - |
| YUV | 208.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 233 | 0 | 0.19 | 0.01 | 0.08 | 302.73 | 0.52 | 0.84 |
| Hex | EB | BF | E9 | 0 | 13 | 1 | 8 | 12F | 34 | 54 |
| Octal | 353 | 277 | 351 | 0 | 23 | 1 | 10 | 457 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11101001 | 0 | 10011 | 1 | 1000 | 100101111 | 110100 | 1010100 |
Color Harmonies of #EBBFE9
Complementary color
Monochromatic Colors of #EBBFE9
Black with #EBBFE9
Text Example
Text Example
White with #EBBFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFE9; }
p { color: rgb(235,191,233); }
H1.HeaderClassName
{
color: #EBBFE9;
}
.AnyTagClassName
{
color: #EBBFE9;
}
</style>
background-color css
<style>
a { background-color: #EBBFE9; }
a { background-color: rgb(235,191,233); }
div.DivClassName
{
background-color: #EBBFE9;
}
.BgClassName
{
background-color: #EBBFE9;
}
</style>
border-color css
<style>
span { border-color: #EBBFE9; }
span { border-color: rgb(235,191,233); }
td.TdClassName
{
border-color: #EBBFE9;
}
.TagClassName
{
border-color: #EBBFE9;
}
</style>