Shades of Mauve #EEB8FF
Tints of Mauve #EEB8FF
RGB
CMYK
RGB Variations
Color information
#EEB8FF (or 0xEEB8FF) is known color: Mauve. HEX triplet: EE, B8 and FF. RGB value is (238,184,255). Sum of RGB (Red+Green+Blue) = 238+184+255=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 184 (72.27% from 255 or 27.18% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB8FF is #114700. Grayscale: #D0D0D0. Windows color (decimal): -1132289 or 16759022. OLE color: 16759022.
HSL color Cylindrical-coordinate representation of color #EEB8FF: hue angle of 285.63º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB8FF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 184 | 255 | - |
| CMYK | 0.07 | 0.28 | 0 | 0 |
| HSL | 285.63º | 1% | 0.86% | - |
| HSV(B) | 285.63º | 0.28% | 1% | - |
| XYZ | 70.45 | 59.68 | 102.41 | - |
| YUV | 208.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 255 | 0.07 | 0.28 | 0 | 0 | 285.63 | 1 | 0.86 |
| Hex | EE | B8 | FF | 7 | 1C | 0 | 0 | 11E | 64 | 56 |
| Octal | 356 | 270 | 377 | 7 | 34 | 0 | 0 | 436 | 144 | 126 |
| Binary | 11101110 | 10111000 | 11111111 | 111 | 11100 | 0 | 0 | 100011110 | 1100100 | 1010110 |
Color Harmonies of #EEB8FF
Complementary color
Monochromatic Colors of #EEB8FF
Black with #EEB8FF
Text Example
Text Example
White with #EEB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8FF; }
p { color: rgb(238,184,255); }
H1.HeaderClassName
{
color: #EEB8FF;
}
.AnyTagClassName
{
color: #EEB8FF;
}
</style>
background-color css
<style>
a { background-color: #EEB8FF; }
a { background-color: rgb(238,184,255); }
div.DivClassName
{
background-color: #EEB8FF;
}
.BgClassName
{
background-color: #EEB8FF;
}
</style>
border-color css
<style>
span { border-color: #EEB8FF; }
span { border-color: rgb(238,184,255); }
td.TdClassName
{
border-color: #EEB8FF;
}
.TagClassName
{
border-color: #EEB8FF;
}
</style>