Shades of Mauve #EEBBFF
Tints of Mauve #EEBBFF
RGB
CMYK
RGB Variations
Color information
#EEBBFF (or 0xEEBBFF) is known color: Mauve. HEX triplet: EE, BB and FF. RGB value is (238,187,255). Sum of RGB (Red+Green+Blue) = 238+187+255=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBBFF is #114400. Grayscale: #D1D1D1. Windows color (decimal): -1131521 or 16759790. OLE color: 16759790.
HSL color Cylindrical-coordinate representation of color #EEBBFF: hue angle of 285º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEBBFF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 187 | 255 | - |
| CMYK | 0.07 | 0.27 | 0 | 0 |
| HSL | 285º | 1% | 0.87% | - |
| HSV(B) | 285º | 0.27% | 1% | - |
| XYZ | 71.08 | 60.94 | 102.62 | - |
| YUV | 210 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 255 | 0.07 | 0.27 | 0 | 0 | 285 | 1 | 0.87 |
| Hex | EE | BB | FF | 7 | 1B | 0 | 0 | 11D | 64 | 57 |
| Octal | 356 | 273 | 377 | 7 | 33 | 0 | 0 | 435 | 144 | 127 |
| Binary | 11101110 | 10111011 | 11111111 | 111 | 11011 | 0 | 0 | 100011101 | 1100100 | 1010111 |
Color Harmonies of #EEBBFF
Complementary color
Monochromatic Colors of #EEBBFF
Black with #EEBBFF
Text Example
Text Example
White with #EEBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBFF; }
p { color: rgb(238,187,255); }
H1.HeaderClassName
{
color: #EEBBFF;
}
.AnyTagClassName
{
color: #EEBBFF;
}
</style>
background-color css
<style>
a { background-color: #EEBBFF; }
a { background-color: rgb(238,187,255); }
div.DivClassName
{
background-color: #EEBBFF;
}
.BgClassName
{
background-color: #EEBBFF;
}
</style>
border-color css
<style>
span { border-color: #EEBBFF; }
span { border-color: rgb(238,187,255); }
td.TdClassName
{
border-color: #EEBBFF;
}
.TagClassName
{
border-color: #EEBBFF;
}
</style>