Shades of French Lilac #EBAFE2
Tints of French Lilac #EBAFE2
RGB
CMYK
RGB Variations
Color information
#EBAFE2 (or 0xEBAFE2) is known color: French Lilac. HEX triplet: EB, AF and E2. RGB value is (235,175,226). Sum of RGB (Red+Green+Blue) = 235+175+226=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFE2 is #14501D. Grayscale: #C6C6C6. Windows color (decimal): -1331230 or 14856171. OLE color: 14856171.
HSL color Cylindrical-coordinate representation of color #EBAFE2: hue angle of 309º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFE2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 226 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.08 |
| HSL | 309º | 0.6% | 0.8% | - |
| HSV(B) | 309º | 0.26% | 0.92% | - |
| XYZ | 63.32 | 53.81 | 79 | - |
| YUV | 198.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 226 | 0 | 0.26 | 0.04 | 0.08 | 309 | 0.6 | 0.8 |
| Hex | EB | AF | E2 | 0 | 1A | 4 | 8 | 135 | 3C | 50 |
| Octal | 353 | 257 | 342 | 0 | 32 | 4 | 10 | 465 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11100010 | 0 | 11010 | 100 | 1000 | 100110101 | 111100 | 1010000 |
Color Harmonies of #EBAFE2
Complementary color
Monochromatic Colors of #EBAFE2
Black with #EBAFE2
Text Example
Text Example
White with #EBAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFE2; }
p { color: rgb(235,175,226); }
H1.HeaderClassName
{
color: #EBAFE2;
}
.AnyTagClassName
{
color: #EBAFE2;
}
</style>
background-color css
<style>
a { background-color: #EBAFE2; }
a { background-color: rgb(235,175,226); }
div.DivClassName
{
background-color: #EBAFE2;
}
.BgClassName
{
background-color: #EBAFE2;
}
</style>
border-color css
<style>
span { border-color: #EBAFE2; }
span { border-color: rgb(235,175,226); }
td.TdClassName
{
border-color: #EBAFE2;
}
.TagClassName
{
border-color: #EBAFE2;
}
</style>