Shades of Mauve #EEBAFE
Tints of Mauve #EEBAFE
RGB
CMYK
RGB Variations
Color information
#EEBAFE (or 0xEEBAFE) is known color: Mauve. HEX triplet: EE, BA and FE. RGB value is (238,186,254). Sum of RGB (Red+Green+Blue) = 238+186+254=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFE is #114501. Grayscale: #D1D1D1. Windows color (decimal): -1131778 or 16693998. OLE color: 16693998.
HSL color Cylindrical-coordinate representation of color #EEBAFE: hue angle of 285.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEBAFE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 186 | 254 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.00 |
| HSL | 285.88º | 0.97% | 0.86% | - |
| HSV(B) | 285.88º | 0.27% | 1% | - |
| XYZ | 70.71 | 60.45 | 101.71 | - |
| YUV | 209.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 254 | 0.06 | 0.27 | 0 | 0.00 | 285.88 | 0.97 | 0.86 |
| Hex | EE | BA | FE | 6 | 1B | 0 | 0 | 11E | 61 | 56 |
| Octal | 356 | 272 | 376 | 6 | 33 | 0 | 0 | 436 | 141 | 126 |
| Binary | 11101110 | 10111010 | 11111110 | 110 | 11011 | 0 | 0 | 100011110 | 1100001 | 1010110 |
Color Harmonies of #EEBAFE
Complementary color
Monochromatic Colors of #EEBAFE
Black with #EEBAFE
Text Example
Text Example
White with #EEBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAFE; }
p { color: rgb(238,186,254); }
H1.HeaderClassName
{
color: #EEBAFE;
}
.AnyTagClassName
{
color: #EEBAFE;
}
</style>
background-color css
<style>
a { background-color: #EEBAFE; }
a { background-color: rgb(238,186,254); }
div.DivClassName
{
background-color: #EEBAFE;
}
.BgClassName
{
background-color: #EEBAFE;
}
</style>
border-color css
<style>
span { border-color: #EEBAFE; }
span { border-color: rgb(238,186,254); }
td.TdClassName
{
border-color: #EEBAFE;
}
.TagClassName
{
border-color: #EEBAFE;
}
</style>