Shades of Mauve #EBAFF6
Tints of Mauve #EBAFF6
RGB
CMYK
RGB Variations
Color information
#EBAFF6 (or 0xEBAFF6) is known color: Mauve. HEX triplet: EB, AF and F6. RGB value is (235,175,246). Sum of RGB (Red+Green+Blue) = 235+175+246=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF6 is #145009. Grayscale: #C8C8C8. Windows color (decimal): -1331210 or 16166891. OLE color: 16166891.
HSL color Cylindrical-coordinate representation of color #EBAFF6: hue angle of 290.7º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAFF6 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 175 | 246 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.04 |
| HSL | 290.7º | 0.8% | 0.83% | - |
| HSV(B) | 290.7º | 0.29% | 0.96% | - |
| XYZ | 66.23 | 54.98 | 94.31 | - |
| YUV | 201.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 246 | 0.04 | 0.29 | 0 | 0.04 | 290.7 | 0.8 | 0.83 |
| Hex | EB | AF | F6 | 4 | 1D | 0 | 4 | 123 | 50 | 53 |
| Octal | 353 | 257 | 366 | 4 | 35 | 0 | 4 | 443 | 120 | 123 |
| Binary | 11101011 | 10101111 | 11110110 | 100 | 11101 | 0 | 100 | 100100011 | 1010000 | 1010011 |
Color Harmonies of #EBAFF6
Complementary color
Monochromatic Colors of #EBAFF6
Black with #EBAFF6
Text Example
Text Example
White with #EBAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFF6; }
p { color: rgb(235,175,246); }
H1.HeaderClassName
{
color: #EBAFF6;
}
.AnyTagClassName
{
color: #EBAFF6;
}
</style>
background-color css
<style>
a { background-color: #EBAFF6; }
a { background-color: rgb(235,175,246); }
div.DivClassName
{
background-color: #EBAFF6;
}
.BgClassName
{
background-color: #EBAFF6;
}
</style>
border-color css
<style>
span { border-color: #EBAFF6; }
span { border-color: rgb(235,175,246); }
td.TdClassName
{
border-color: #EBAFF6;
}
.TagClassName
{
border-color: #EBAFF6;
}
</style>