Shades of Mauve #EBAEF8
Tints of Mauve #EBAEF8
RGB
CMYK
RGB Variations
Color information
#EBAEF8 (or 0xEBAEF8) is known color: Mauve. HEX triplet: EB, AE and F8. RGB value is (235,174,248). Sum of RGB (Red+Green+Blue) = 235+174+248=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBAEF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF8 is #145107. Grayscale: #C8C8C8. Windows color (decimal): -1331464 or 16297707. OLE color: 16297707.
HSL color Cylindrical-coordinate representation of color #EBAEF8: hue angle of 289.46º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBAEF8 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 174 | 248 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.03 |
| HSL | 289.46º | 0.84% | 0.83% | - |
| HSV(B) | 289.46º | 0.3% | 0.97% | - |
| XYZ | 66.34 | 54.71 | 95.87 | - |
| YUV | 200.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 248 | 0.05 | 0.30 | 0 | 0.03 | 289.46 | 0.84 | 0.83 |
| Hex | EB | AE | F8 | 5 | 1E | 0 | 3 | 121 | 54 | 53 |
| Octal | 353 | 256 | 370 | 5 | 36 | 0 | 3 | 441 | 124 | 123 |
| Binary | 11101011 | 10101110 | 11111000 | 101 | 11110 | 0 | 11 | 100100001 | 1010100 | 1010011 |
Color Harmonies of #EBAEF8
Complementary color
Monochromatic Colors of #EBAEF8
Black with #EBAEF8
Text Example
Text Example
White with #EBAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEF8; }
p { color: rgb(235,174,248); }
H1.HeaderClassName
{
color: #EBAEF8;
}
.AnyTagClassName
{
color: #EBAEF8;
}
</style>
background-color css
<style>
a { background-color: #EBAEF8; }
a { background-color: rgb(235,174,248); }
div.DivClassName
{
background-color: #EBAEF8;
}
.BgClassName
{
background-color: #EBAEF8;
}
</style>
border-color css
<style>
span { border-color: #EBAEF8; }
span { border-color: rgb(235,174,248); }
td.TdClassName
{
border-color: #EBAEF8;
}
.TagClassName
{
border-color: #EBAEF8;
}
</style>