Shades of French Lilac #EBB3E2
Tints of French Lilac #EBB3E2
RGB
CMYK
RGB Variations
Color information
#EBB3E2 (or 0xEBB3E2) is known color: French Lilac. HEX triplet: EB, B3 and E2. RGB value is (235,179,226). Sum of RGB (Red+Green+Blue) = 235+179+226=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3E2 is #144C1D. Grayscale: #C8C8C8. Windows color (decimal): -1330206 or 14857195. OLE color: 14857195.
HSL color Cylindrical-coordinate representation of color #EBB3E2: hue angle of 309.64º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3E2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 226 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.08 |
| HSL | 309.64º | 0.58% | 0.81% | - |
| HSV(B) | 309.64º | 0.24% | 0.92% | - |
| XYZ | 64.11 | 55.39 | 79.26 | - |
| YUV | 201.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 226 | 0 | 0.24 | 0.04 | 0.08 | 309.64 | 0.58 | 0.81 |
| Hex | EB | B3 | E2 | 0 | 18 | 4 | 8 | 136 | 3A | 51 |
| Octal | 353 | 263 | 342 | 0 | 30 | 4 | 10 | 466 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11100010 | 0 | 11000 | 100 | 1000 | 100110110 | 111010 | 1010001 |
Color Harmonies of #EBB3E2
Complementary color
Monochromatic Colors of #EBB3E2
Black with #EBB3E2
Text Example
Text Example
White with #EBB3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3E2; }
p { color: rgb(235,179,226); }
H1.HeaderClassName
{
color: #EBB3E2;
}
.AnyTagClassName
{
color: #EBB3E2;
}
</style>
background-color css
<style>
a { background-color: #EBB3E2; }
a { background-color: rgb(235,179,226); }
div.DivClassName
{
background-color: #EBB3E2;
}
.BgClassName
{
background-color: #EBB3E2;
}
</style>
border-color css
<style>
span { border-color: #EBB3E2; }
span { border-color: rgb(235,179,226); }
td.TdClassName
{
border-color: #EBB3E2;
}
.TagClassName
{
border-color: #EBB3E2;
}
</style>