Shades of Mauve #EEB3F8
Tints of Mauve #EEB3F8
RGB
CMYK
RGB Variations
Color information
#EEB3F8 (or 0xEEB3F8) is known color: Mauve. HEX triplet: EE, B3 and F8. RGB value is (238,179,248). Sum of RGB (Red+Green+Blue) = 238+179+248=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 179 (70.31% from 255 or 26.92% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEB3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB3F8 is #114C07. Grayscale: #CCCCCC. Windows color (decimal): -1133576 or 16298990. OLE color: 16298990.
HSL color Cylindrical-coordinate representation of color #EEB3F8: hue angle of 291.3º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB3F8 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 179 | 248 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.03 |
| HSL | 291.3º | 0.83% | 0.84% | - |
| HSV(B) | 291.3º | 0.28% | 0.97% | - |
| XYZ | 68.32 | 57.19 | 96.25 | - |
| YUV | 204.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 248 | 0.04 | 0.28 | 0 | 0.03 | 291.3 | 0.83 | 0.84 |
| Hex | EE | B3 | F8 | 4 | 1C | 0 | 3 | 123 | 53 | 54 |
| Octal | 356 | 263 | 370 | 4 | 34 | 0 | 3 | 443 | 123 | 124 |
| Binary | 11101110 | 10110011 | 11111000 | 100 | 11100 | 0 | 11 | 100100011 | 1010011 | 1010100 |
Color Harmonies of #EEB3F8
Complementary color
Monochromatic Colors of #EEB3F8
Black with #EEB3F8
Text Example
Text Example
White with #EEB3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3F8; }
p { color: rgb(238,179,248); }
H1.HeaderClassName
{
color: #EEB3F8;
}
.AnyTagClassName
{
color: #EEB3F8;
}
</style>
background-color css
<style>
a { background-color: #EEB3F8; }
a { background-color: rgb(238,179,248); }
div.DivClassName
{
background-color: #EEB3F8;
}
.BgClassName
{
background-color: #EEB3F8;
}
</style>
border-color css
<style>
span { border-color: #EEB3F8; }
span { border-color: rgb(238,179,248); }
td.TdClassName
{
border-color: #EEB3F8;
}
.TagClassName
{
border-color: #EEB3F8;
}
</style>