Shades of French Lilac #EBAFE0
Tints of French Lilac #EBAFE0
RGB
CMYK
RGB Variations
Color information
#EBAFE0 (or 0xEBAFE0) is known color: French Lilac. HEX triplet: EB, AF and E0. RGB value is (235,175,224). Sum of RGB (Red+Green+Blue) = 235+175+224=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFE0 is #14501F. Grayscale: #C6C6C6. Windows color (decimal): -1331232 or 14725099. OLE color: 14725099.
HSL color Cylindrical-coordinate representation of color #EBAFE0: hue angle of 311º 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 #EBAFE0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 224 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.08 |
| HSL | 311º | 0.6% | 0.8% | - |
| HSV(B) | 311º | 0.26% | 0.92% | - |
| XYZ | 63.05 | 53.7 | 77.56 | - |
| YUV | 198.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 224 | 0 | 0.26 | 0.05 | 0.08 | 311 | 0.6 | 0.8 |
| Hex | EB | AF | E0 | 0 | 1A | 5 | 8 | 137 | 3C | 50 |
| Octal | 353 | 257 | 340 | 0 | 32 | 5 | 10 | 467 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11100000 | 0 | 11010 | 101 | 1000 | 100110111 | 111100 | 1010000 |
Color Harmonies of #EBAFE0
Complementary color
Monochromatic Colors of #EBAFE0
Black with #EBAFE0
Text Example
Text Example
White with #EBAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFE0; }
p { color: rgb(235,175,224); }
H1.HeaderClassName
{
color: #EBAFE0;
}
.AnyTagClassName
{
color: #EBAFE0;
}
</style>
background-color css
<style>
a { background-color: #EBAFE0; }
a { background-color: rgb(235,175,224); }
div.DivClassName
{
background-color: #EBAFE0;
}
.BgClassName
{
background-color: #EBAFE0;
}
</style>
border-color css
<style>
span { border-color: #EBAFE0; }
span { border-color: rgb(235,175,224); }
td.TdClassName
{
border-color: #EBAFE0;
}
.TagClassName
{
border-color: #EBAFE0;
}
</style>