Shades of Mauve #EEBCF9
Tints of Mauve #EEBCF9
RGB
CMYK
RGB Variations
Color information
#EEBCF9 (or 0xEEBCF9) is known color: Mauve. HEX triplet: EE, BC and F9. RGB value is (238,188,249). Sum of RGB (Red+Green+Blue) = 238+188+249=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 188 (73.83% from 255 or 27.85% 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 #EEBCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCF9 is #114306. Grayscale: #D1D1D1. Windows color (decimal): -1131271 or 16366830. OLE color: 16366830.
HSL color Cylindrical-coordinate representation of color #EEBCF9: hue angle of 289.18º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBCF9 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 188 | 249 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.02 |
| HSL | 289.18º | 0.84% | 0.86% | - |
| HSV(B) | 289.18º | 0.24% | 0.98% | - |
| XYZ | 70.34 | 60.98 | 97.69 | - |
| YUV | 209.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 249 | 0.04 | 0.24 | 0 | 0.02 | 289.18 | 0.84 | 0.86 |
| Hex | EE | BC | F9 | 4 | 18 | 0 | 2 | 121 | 54 | 56 |
| Octal | 356 | 274 | 371 | 4 | 30 | 0 | 2 | 441 | 124 | 126 |
| Binary | 11101110 | 10111100 | 11111001 | 100 | 11000 | 0 | 10 | 100100001 | 1010100 | 1010110 |
Color Harmonies of #EEBCF9
Complementary color
Monochromatic Colors of #EEBCF9
Black with #EEBCF9
Text Example
Text Example
White with #EEBCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCF9; }
p { color: rgb(238,188,249); }
H1.HeaderClassName
{
color: #EEBCF9;
}
.AnyTagClassName
{
color: #EEBCF9;
}
</style>
background-color css
<style>
a { background-color: #EEBCF9; }
a { background-color: rgb(238,188,249); }
div.DivClassName
{
background-color: #EEBCF9;
}
.BgClassName
{
background-color: #EEBCF9;
}
</style>
border-color css
<style>
span { border-color: #EEBCF9; }
span { border-color: rgb(238,188,249); }
td.TdClassName
{
border-color: #EEBCF9;
}
.TagClassName
{
border-color: #EEBCF9;
}
</style>