Shades of Mauve #EBADF7
Tints of Mauve #EBADF7
RGB
CMYK
RGB Variations
Color information
#EBADF7 (or 0xEBADF7) is known color: Mauve. HEX triplet: EB, AD and F7. RGB value is (235,173,247). Sum of RGB (Red+Green+Blue) = 235+173+247=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBADF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADF7 is #145208. Grayscale: #C7C7C7. Windows color (decimal): -1331721 or 16231915. OLE color: 16231915.
HSL color Cylindrical-coordinate representation of color #EBADF7: hue angle of 290.27º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBADF7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 173 | 247 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.03 |
| HSL | 290.27º | 0.82% | 0.82% | - |
| HSV(B) | 290.27º | 0.3% | 0.97% | - |
| XYZ | 65.99 | 54.26 | 94.99 | - |
| YUV | 199.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 247 | 0.05 | 0.30 | 0 | 0.03 | 290.27 | 0.82 | 0.82 |
| Hex | EB | AD | F7 | 5 | 1E | 0 | 3 | 122 | 52 | 52 |
| Octal | 353 | 255 | 367 | 5 | 36 | 0 | 3 | 442 | 122 | 122 |
| Binary | 11101011 | 10101101 | 11110111 | 101 | 11110 | 0 | 11 | 100100010 | 1010010 | 1010010 |
Color Harmonies of #EBADF7
Complementary color
Monochromatic Colors of #EBADF7
Black with #EBADF7
Text Example
Text Example
White with #EBADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADF7; }
p { color: rgb(235,173,247); }
H1.HeaderClassName
{
color: #EBADF7;
}
.AnyTagClassName
{
color: #EBADF7;
}
</style>
background-color css
<style>
a { background-color: #EBADF7; }
a { background-color: rgb(235,173,247); }
div.DivClassName
{
background-color: #EBADF7;
}
.BgClassName
{
background-color: #EBADF7;
}
</style>
border-color css
<style>
span { border-color: #EBADF7; }
span { border-color: rgb(235,173,247); }
td.TdClassName
{
border-color: #EBADF7;
}
.TagClassName
{
border-color: #EBADF7;
}
</style>