Shades of Mauve #EEBAF7
Tints of Mauve #EEBAF7
RGB
CMYK
RGB Variations
Color information
#EEBAF7 (or 0xEEBAF7) is known color: Mauve. HEX triplet: EE, BA and F7. RGB value is (238,186,247). Sum of RGB (Red+Green+Blue) = 238+186+247=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEBAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAF7 is #114508. Grayscale: #D0D0D0. Windows color (decimal): -1131785 or 16235246. OLE color: 16235246.
HSL color Cylindrical-coordinate representation of color #EEBAF7: hue angle of 291.15º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEBAF7 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 186 | 247 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.03 |
| HSL | 291.15º | 0.79% | 0.85% | - |
| HSV(B) | 291.15º | 0.25% | 0.97% | - |
| XYZ | 69.61 | 60.01 | 95.91 | - |
| YUV | 208.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 247 | 0.04 | 0.25 | 0 | 0.03 | 291.15 | 0.79 | 0.85 |
| Hex | EE | BA | F7 | 4 | 19 | 0 | 3 | 123 | 4F | 55 |
| Octal | 356 | 272 | 367 | 4 | 31 | 0 | 3 | 443 | 117 | 125 |
| Binary | 11101110 | 10111010 | 11110111 | 100 | 11001 | 0 | 11 | 100100011 | 1001111 | 1010101 |
Color Harmonies of #EEBAF7
Complementary color
Monochromatic Colors of #EEBAF7
Black with #EEBAF7
Text Example
Text Example
White with #EEBAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAF7; }
p { color: rgb(238,186,247); }
H1.HeaderClassName
{
color: #EEBAF7;
}
.AnyTagClassName
{
color: #EEBAF7;
}
</style>
background-color css
<style>
a { background-color: #EEBAF7; }
a { background-color: rgb(238,186,247); }
div.DivClassName
{
background-color: #EEBAF7;
}
.BgClassName
{
background-color: #EEBAF7;
}
</style>
border-color css
<style>
span { border-color: #EEBAF7; }
span { border-color: rgb(238,186,247); }
td.TdClassName
{
border-color: #EEBAF7;
}
.TagClassName
{
border-color: #EEBAF7;
}
</style>