Shades of Mauve #EBB7FB
Tints of Mauve #EBB7FB
RGB
CMYK
RGB Variations
Color information
#EBB7FB (or 0xEBB7FB) is known color: Mauve. HEX triplet: EB, B7 and FB. RGB value is (235,183,251). Sum of RGB (Red+Green+Blue) = 235+183+251=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 183 (71.88% from 255 or 27.35% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBB7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7FB is #144804. Grayscale: #CECECE. Windows color (decimal): -1329157 or 16496619. OLE color: 16496619.
HSL color Cylindrical-coordinate representation of color #EBB7FB: hue angle of 285.88º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB7FB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 183 | 251 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.02 |
| HSL | 285.88º | 0.89% | 0.85% | - |
| HSV(B) | 285.88º | 0.27% | 0.98% | - |
| XYZ | 68.61 | 58.49 | 98.94 | - |
| YUV | 206.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 251 | 0.06 | 0.27 | 0 | 0.02 | 285.88 | 0.89 | 0.85 |
| Hex | EB | B7 | FB | 6 | 1B | 0 | 2 | 11E | 59 | 55 |
| Octal | 353 | 267 | 373 | 6 | 33 | 0 | 2 | 436 | 131 | 125 |
| Binary | 11101011 | 10110111 | 11111011 | 110 | 11011 | 0 | 10 | 100011110 | 1011001 | 1010101 |
Color Harmonies of #EBB7FB
Complementary color
Monochromatic Colors of #EBB7FB
Black with #EBB7FB
Text Example
Text Example
White with #EBB7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7FB; }
p { color: rgb(235,183,251); }
H1.HeaderClassName
{
color: #EBB7FB;
}
.AnyTagClassName
{
color: #EBB7FB;
}
</style>
background-color css
<style>
a { background-color: #EBB7FB; }
a { background-color: rgb(235,183,251); }
div.DivClassName
{
background-color: #EBB7FB;
}
.BgClassName
{
background-color: #EBB7FB;
}
</style>
border-color css
<style>
span { border-color: #EBB7FB; }
span { border-color: rgb(235,183,251); }
td.TdClassName
{
border-color: #EBB7FB;
}
.TagClassName
{
border-color: #EBB7FB;
}
</style>