Shades of Mauve #EBBBF9
Tints of Mauve #EBBBF9
RGB
CMYK
RGB Variations
Color information
#EBBBF9 (or 0xEBBBF9) is known color: Mauve. HEX triplet: EB, BB and F9. RGB value is (235,187,249). Sum of RGB (Red+Green+Blue) = 235+187+249=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBBBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF9 is #144406. Grayscale: #D0D0D0. Windows color (decimal): -1328135 or 16366571. OLE color: 16366571.
HSL color Cylindrical-coordinate representation of color #EBBBF9: hue angle of 286.45º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBBF9 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 187 | 249 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.02 |
| HSL | 286.45º | 0.84% | 0.85% | - |
| HSV(B) | 286.45º | 0.25% | 0.98% | - |
| XYZ | 69.13 | 60.04 | 97.57 | - |
| YUV | 208.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 249 | 0.06 | 0.25 | 0 | 0.02 | 286.45 | 0.84 | 0.85 |
| Hex | EB | BB | F9 | 6 | 19 | 0 | 2 | 11E | 54 | 55 |
| Octal | 353 | 273 | 371 | 6 | 31 | 0 | 2 | 436 | 124 | 125 |
| Binary | 11101011 | 10111011 | 11111001 | 110 | 11001 | 0 | 10 | 100011110 | 1010100 | 1010101 |
Color Harmonies of #EBBBF9
Complementary color
Monochromatic Colors of #EBBBF9
Black with #EBBBF9
Text Example
Text Example
White with #EBBBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBF9; }
p { color: rgb(235,187,249); }
H1.HeaderClassName
{
color: #EBBBF9;
}
.AnyTagClassName
{
color: #EBBBF9;
}
</style>
background-color css
<style>
a { background-color: #EBBBF9; }
a { background-color: rgb(235,187,249); }
div.DivClassName
{
background-color: #EBBBF9;
}
.BgClassName
{
background-color: #EBBBF9;
}
</style>
border-color css
<style>
span { border-color: #EBBBF9; }
span { border-color: rgb(235,187,249); }
td.TdClassName
{
border-color: #EBBBF9;
}
.TagClassName
{
border-color: #EBBBF9;
}
</style>