Shades of French Lilac #EBAFE8
Tints of French Lilac #EBAFE8
RGB
CMYK
RGB Variations
Color information
#EBAFE8 (or 0xEBAFE8) is known color: French Lilac. HEX triplet: EB, AF and E8. RGB value is (235,175,232). Sum of RGB (Red+Green+Blue) = 235+175+232=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFE8 is #145017. Grayscale: #C7C7C7. Windows color (decimal): -1331224 or 15249387. OLE color: 15249387.
HSL color Cylindrical-coordinate representation of color #EBAFE8: hue angle of 303º 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 #EBAFE8 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 232 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.08 |
| HSL | 303º | 0.6% | 0.8% | - |
| HSV(B) | 303º | 0.26% | 0.92% | - |
| XYZ | 64.16 | 54.15 | 83.41 | - |
| YUV | 199.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 232 | 0 | 0.26 | 0.01 | 0.08 | 303 | 0.6 | 0.8 |
| Hex | EB | AF | E8 | 0 | 1A | 1 | 8 | 12F | 3C | 50 |
| Octal | 353 | 257 | 350 | 0 | 32 | 1 | 10 | 457 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11101000 | 0 | 11010 | 1 | 1000 | 100101111 | 111100 | 1010000 |
Color Harmonies of #EBAFE8
Complementary color
Monochromatic Colors of #EBAFE8
Black with #EBAFE8
Text Example
Text Example
White with #EBAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFE8; }
p { color: rgb(235,175,232); }
H1.HeaderClassName
{
color: #EBAFE8;
}
.AnyTagClassName
{
color: #EBAFE8;
}
</style>
background-color css
<style>
a { background-color: #EBAFE8; }
a { background-color: rgb(235,175,232); }
div.DivClassName
{
background-color: #EBAFE8;
}
.BgClassName
{
background-color: #EBAFE8;
}
</style>
border-color css
<style>
span { border-color: #EBAFE8; }
span { border-color: rgb(235,175,232); }
td.TdClassName
{
border-color: #EBAFE8;
}
.TagClassName
{
border-color: #EBAFE8;
}
</style>