Shades of French Lilac #EBBFE1
Tints of French Lilac #EBBFE1
RGB
CMYK
RGB Variations
Color information
#EBBFE1 (or 0xEBBFE1) is known color: French Lilac. HEX triplet: EB, BF and E1. RGB value is (235,191,225). Sum of RGB (Red+Green+Blue) = 235+191+225=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFE1 is #14401E. Grayscale: #CFCFCF. Windows color (decimal): -1327135 or 14794731. OLE color: 14794731.
HSL color Cylindrical-coordinate representation of color #EBBFE1: hue angle of 313.64º 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 #EBBFE1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 225 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.08 |
| HSL | 313.64º | 0.52% | 0.84% | - |
| HSV(B) | 313.64º | 0.19% | 0.92% | - |
| XYZ | 66.48 | 60.36 | 79.38 | - |
| YUV | 208.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 225 | 0 | 0.19 | 0.04 | 0.08 | 313.64 | 0.52 | 0.84 |
| Hex | EB | BF | E1 | 0 | 13 | 4 | 8 | 13A | 34 | 54 |
| Octal | 353 | 277 | 341 | 0 | 23 | 4 | 10 | 472 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11100001 | 0 | 10011 | 100 | 1000 | 100111010 | 110100 | 1010100 |
Color Harmonies of #EBBFE1
Complementary color
Monochromatic Colors of #EBBFE1
Black with #EBBFE1
Text Example
Text Example
White with #EBBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFE1; }
p { color: rgb(235,191,225); }
H1.HeaderClassName
{
color: #EBBFE1;
}
.AnyTagClassName
{
color: #EBBFE1;
}
</style>
background-color css
<style>
a { background-color: #EBBFE1; }
a { background-color: rgb(235,191,225); }
div.DivClassName
{
background-color: #EBBFE1;
}
.BgClassName
{
background-color: #EBBFE1;
}
</style>
border-color css
<style>
span { border-color: #EBBFE1; }
span { border-color: rgb(235,191,225); }
td.TdClassName
{
border-color: #EBBFE1;
}
.TagClassName
{
border-color: #EBBFE1;
}
</style>