Shades of Mauve #EBBFF7
Tints of Mauve #EBBFF7
RGB
CMYK
RGB Variations
Color information
#EBBFF7 (or 0xEBBFF7) is known color: Mauve. HEX triplet: EB, BF and F7. RGB value is (235,191,247). Sum of RGB (Red+Green+Blue) = 235+191+247=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBBFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF7 is #144008. Grayscale: #D2D2D2. Windows color (decimal): -1327113 or 16236523. OLE color: 16236523.
HSL color Cylindrical-coordinate representation of color #EBBFF7: hue angle of 287.14º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBFF7 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 191 | 247 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.03 |
| HSL | 287.14º | 0.78% | 0.86% | - |
| HSV(B) | 287.14º | 0.23% | 0.97% | - |
| XYZ | 69.68 | 61.64 | 96.22 | - |
| YUV | 210.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 247 | 0.05 | 0.23 | 0 | 0.03 | 287.14 | 0.78 | 0.86 |
| Hex | EB | BF | F7 | 5 | 17 | 0 | 3 | 11F | 4E | 56 |
| Octal | 353 | 277 | 367 | 5 | 27 | 0 | 3 | 437 | 116 | 126 |
| Binary | 11101011 | 10111111 | 11110111 | 101 | 10111 | 0 | 11 | 100011111 | 1001110 | 1010110 |
Color Harmonies of #EBBFF7
Complementary color
Monochromatic Colors of #EBBFF7
Black with #EBBFF7
Text Example
Text Example
White with #EBBFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFF7; }
p { color: rgb(235,191,247); }
H1.HeaderClassName
{
color: #EBBFF7;
}
.AnyTagClassName
{
color: #EBBFF7;
}
</style>
background-color css
<style>
a { background-color: #EBBFF7; }
a { background-color: rgb(235,191,247); }
div.DivClassName
{
background-color: #EBBFF7;
}
.BgClassName
{
background-color: #EBBFF7;
}
</style>
border-color css
<style>
span { border-color: #EBBFF7; }
span { border-color: rgb(235,191,247); }
td.TdClassName
{
border-color: #EBBFF7;
}
.TagClassName
{
border-color: #EBBFF7;
}
</style>