Shades of Mauve #EBBFF9
Tints of Mauve #EBBFF9
RGB
CMYK
RGB Variations
Color information
#EBBFF9 (or 0xEBBFF9) is known color: Mauve. HEX triplet: EB, BF and F9. RGB value is (235,191,249). Sum of RGB (Red+Green+Blue) = 235+191+249=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBBFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF9 is #144006. Grayscale: #D2D2D2. Windows color (decimal): -1327111 or 16367595. OLE color: 16367595.
HSL color Cylindrical-coordinate representation of color #EBBFF9: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBFF9 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 191 | 249 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.02 |
| HSL | 285.52º | 0.83% | 0.86% | - |
| HSV(B) | 285.52º | 0.23% | 0.98% | - |
| XYZ | 69.99 | 61.76 | 97.86 | - |
| YUV | 210.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 249 | 0.06 | 0.23 | 0 | 0.02 | 285.52 | 0.83 | 0.86 |
| Hex | EB | BF | F9 | 6 | 17 | 0 | 2 | 11E | 53 | 56 |
| Octal | 353 | 277 | 371 | 6 | 27 | 0 | 2 | 436 | 123 | 126 |
| Binary | 11101011 | 10111111 | 11111001 | 110 | 10111 | 0 | 10 | 100011110 | 1010011 | 1010110 |
Color Harmonies of #EBBFF9
Complementary color
Monochromatic Colors of #EBBFF9
Black with #EBBFF9
Text Example
Text Example
White with #EBBFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFF9; }
p { color: rgb(235,191,249); }
H1.HeaderClassName
{
color: #EBBFF9;
}
.AnyTagClassName
{
color: #EBBFF9;
}
</style>
background-color css
<style>
a { background-color: #EBBFF9; }
a { background-color: rgb(235,191,249); }
div.DivClassName
{
background-color: #EBBFF9;
}
.BgClassName
{
background-color: #EBBFF9;
}
</style>
border-color css
<style>
span { border-color: #EBBFF9; }
span { border-color: rgb(235,191,249); }
td.TdClassName
{
border-color: #EBBFF9;
}
.TagClassName
{
border-color: #EBBFF9;
}
</style>