Shades of Mauve #EEBCF5
Tints of Mauve #EEBCF5
RGB
CMYK
RGB Variations
Color information
#EEBCF5 (or 0xEEBCF5) is known color: Mauve. HEX triplet: EE, BC and F5. RGB value is (238,188,245). Sum of RGB (Red+Green+Blue) = 238+188+245=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEBCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCF5 is #11430A. Grayscale: #D1D1D1. Windows color (decimal): -1131275 or 16104686. OLE color: 16104686.
HSL color Cylindrical-coordinate representation of color #EEBCF5: hue angle of 292.63º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEBCF5 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 188 | 245 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.04 |
| HSL | 292.63º | 0.74% | 0.85% | - |
| HSV(B) | 292.63º | 0.23% | 0.96% | - |
| XYZ | 69.72 | 60.74 | 94.43 | - |
| YUV | 209.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 245 | 0.03 | 0.23 | 0 | 0.04 | 292.63 | 0.74 | 0.85 |
| Hex | EE | BC | F5 | 3 | 17 | 0 | 4 | 125 | 4A | 55 |
| Octal | 356 | 274 | 365 | 3 | 27 | 0 | 4 | 445 | 112 | 125 |
| Binary | 11101110 | 10111100 | 11110101 | 11 | 10111 | 0 | 100 | 100100101 | 1001010 | 1010101 |
Color Harmonies of #EEBCF5
Complementary color
Monochromatic Colors of #EEBCF5
Black with #EEBCF5
Text Example
Text Example
White with #EEBCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCF5; }
p { color: rgb(238,188,245); }
H1.HeaderClassName
{
color: #EEBCF5;
}
.AnyTagClassName
{
color: #EEBCF5;
}
</style>
background-color css
<style>
a { background-color: #EEBCF5; }
a { background-color: rgb(238,188,245); }
div.DivClassName
{
background-color: #EEBCF5;
}
.BgClassName
{
background-color: #EEBCF5;
}
</style>
border-color css
<style>
span { border-color: #EEBCF5; }
span { border-color: rgb(238,188,245); }
td.TdClassName
{
border-color: #EEBCF5;
}
.TagClassName
{
border-color: #EEBCF5;
}
</style>