Shades of Mauve #EBAEF3
Tints of Mauve #EBAEF3
RGB
CMYK
RGB Variations
Color information
#EBAEF3 (or 0xEBAEF3) is known color: Mauve. HEX triplet: EB, AE and F3. RGB value is (235,174,243). Sum of RGB (Red+Green+Blue) = 235+174+243=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBAEF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF3 is #14510C. Grayscale: #C7C7C7. Windows color (decimal): -1331469 or 15970027. OLE color: 15970027.
HSL color Cylindrical-coordinate representation of color #EBAEF3: hue angle of 293.04º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAEF3 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 174 | 243 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.05 |
| HSL | 293.04º | 0.74% | 0.82% | - |
| HSV(B) | 293.04º | 0.28% | 0.95% | - |
| XYZ | 65.57 | 54.41 | 91.84 | - |
| YUV | 200.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 243 | 0.03 | 0.28 | 0 | 0.05 | 293.04 | 0.74 | 0.82 |
| Hex | EB | AE | F3 | 3 | 1C | 0 | 5 | 125 | 4A | 52 |
| Octal | 353 | 256 | 363 | 3 | 34 | 0 | 5 | 445 | 112 | 122 |
| Binary | 11101011 | 10101110 | 11110011 | 11 | 11100 | 0 | 101 | 100100101 | 1001010 | 1010010 |
Color Harmonies of #EBAEF3
Complementary color
Monochromatic Colors of #EBAEF3
Black with #EBAEF3
Text Example
Text Example
White with #EBAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEF3; }
p { color: rgb(235,174,243); }
H1.HeaderClassName
{
color: #EBAEF3;
}
.AnyTagClassName
{
color: #EBAEF3;
}
</style>
background-color css
<style>
a { background-color: #EBAEF3; }
a { background-color: rgb(235,174,243); }
div.DivClassName
{
background-color: #EBAEF3;
}
.BgClassName
{
background-color: #EBAEF3;
}
</style>
border-color css
<style>
span { border-color: #EBAEF3; }
span { border-color: rgb(235,174,243); }
td.TdClassName
{
border-color: #EBAEF3;
}
.TagClassName
{
border-color: #EBAEF3;
}
</style>