Shades of French Lilac #EBBFE2
Tints of French Lilac #EBBFE2
RGB
CMYK
RGB Variations
Color information
#EBBFE2 (or 0xEBBFE2) is known color: French Lilac. HEX triplet: EB, BF and E2. RGB value is (235,191,226). Sum of RGB (Red+Green+Blue) = 235+191+226=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFE2 is #14401D. Grayscale: #D0D0D0. Windows color (decimal): -1327134 or 14860267. OLE color: 14860267.
HSL color Cylindrical-coordinate representation of color #EBBFE2: hue angle of 312.27º 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 #EBBFE2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 226 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.08 |
| HSL | 312.27º | 0.52% | 0.84% | - |
| HSV(B) | 312.27º | 0.19% | 0.92% | - |
| XYZ | 66.62 | 60.41 | 80.1 | - |
| YUV | 208.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 226 | 0 | 0.19 | 0.04 | 0.08 | 312.27 | 0.52 | 0.84 |
| Hex | EB | BF | E2 | 0 | 13 | 4 | 8 | 138 | 34 | 54 |
| Octal | 353 | 277 | 342 | 0 | 23 | 4 | 10 | 470 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11100010 | 0 | 10011 | 100 | 1000 | 100111000 | 110100 | 1010100 |
Color Harmonies of #EBBFE2
Complementary color
Monochromatic Colors of #EBBFE2
Black with #EBBFE2
Text Example
Text Example
White with #EBBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFE2; }
p { color: rgb(235,191,226); }
H1.HeaderClassName
{
color: #EBBFE2;
}
.AnyTagClassName
{
color: #EBBFE2;
}
</style>
background-color css
<style>
a { background-color: #EBBFE2; }
a { background-color: rgb(235,191,226); }
div.DivClassName
{
background-color: #EBBFE2;
}
.BgClassName
{
background-color: #EBBFE2;
}
</style>
border-color css
<style>
span { border-color: #EBBFE2; }
span { border-color: rgb(235,191,226); }
td.TdClassName
{
border-color: #EBBFE2;
}
.TagClassName
{
border-color: #EBBFE2;
}
</style>