Shades of Mauve #EEBCFE
Tints of Mauve #EEBCFE
RGB
CMYK
RGB Variations
Color information
#EEBCFE (or 0xEEBCFE) is known color: Mauve. HEX triplet: EE, BC and FE. RGB value is (238,188,254). Sum of RGB (Red+Green+Blue) = 238+188+254=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEBCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCFE is #114301. Grayscale: #D2D2D2. Windows color (decimal): -1131266 or 16694510. OLE color: 16694510.
HSL color Cylindrical-coordinate representation of color #EEBCFE: hue angle of 285.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBCFE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 188 | 254 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.00 |
| HSL | 285.45º | 0.97% | 0.87% | - |
| HSV(B) | 285.45º | 0.26% | 1% | - |
| XYZ | 71.13 | 61.3 | 101.85 | - |
| YUV | 210.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 254 | 0.06 | 0.26 | 0 | 0.00 | 285.45 | 0.97 | 0.87 |
| Hex | EE | BC | FE | 6 | 1A | 0 | 0 | 11D | 61 | 57 |
| Octal | 356 | 274 | 376 | 6 | 32 | 0 | 0 | 435 | 141 | 127 |
| Binary | 11101110 | 10111100 | 11111110 | 110 | 11010 | 0 | 0 | 100011101 | 1100001 | 1010111 |
Color Harmonies of #EEBCFE
Complementary color
Monochromatic Colors of #EEBCFE
Black with #EEBCFE
Text Example
Text Example
White with #EEBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCFE; }
p { color: rgb(238,188,254); }
H1.HeaderClassName
{
color: #EEBCFE;
}
.AnyTagClassName
{
color: #EEBCFE;
}
</style>
background-color css
<style>
a { background-color: #EEBCFE; }
a { background-color: rgb(238,188,254); }
div.DivClassName
{
background-color: #EEBCFE;
}
.BgClassName
{
background-color: #EEBCFE;
}
</style>
border-color css
<style>
span { border-color: #EEBCFE; }
span { border-color: rgb(238,188,254); }
td.TdClassName
{
border-color: #EEBCFE;
}
.TagClassName
{
border-color: #EEBCFE;
}
</style>