Shades of Mauve #EEABFB
Tints of Mauve #EEABFB
RGB
CMYK
RGB Variations
Color information
#EEABFB (or 0xEEABFB) is known color: Mauve. HEX triplet: EE, AB and FB. RGB value is (238,171,251). Sum of RGB (Red+Green+Blue) = 238+171+251=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABFB is #115404. Grayscale: #C7C7C7. Windows color (decimal): -1135621 or 16493550. OLE color: 16493550.
HSL color Cylindrical-coordinate representation of color #EEABFB: hue angle of 290.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEABFB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 171 | 251 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.02 |
| HSL | 290.25º | 0.91% | 0.83% | - |
| HSV(B) | 290.25º | 0.32% | 0.98% | - |
| XYZ | 67.24 | 54.27 | 98.2 | - |
| YUV | 200.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 251 | 0.05 | 0.32 | 0 | 0.02 | 290.25 | 0.91 | 0.83 |
| Hex | EE | AB | FB | 5 | 20 | 0 | 2 | 122 | 5B | 53 |
| Octal | 356 | 253 | 373 | 5 | 40 | 0 | 2 | 442 | 133 | 123 |
| Binary | 11101110 | 10101011 | 11111011 | 101 | 100000 | 0 | 10 | 100100010 | 1011011 | 1010011 |
Color Harmonies of #EEABFB
Complementary color
Monochromatic Colors of #EEABFB
Black with #EEABFB
Text Example
Text Example
White with #EEABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABFB; }
p { color: rgb(238,171,251); }
H1.HeaderClassName
{
color: #EEABFB;
}
.AnyTagClassName
{
color: #EEABFB;
}
</style>
background-color css
<style>
a { background-color: #EEABFB; }
a { background-color: rgb(238,171,251); }
div.DivClassName
{
background-color: #EEABFB;
}
.BgClassName
{
background-color: #EEABFB;
}
</style>
border-color css
<style>
span { border-color: #EEABFB; }
span { border-color: rgb(238,171,251); }
td.TdClassName
{
border-color: #EEABFB;
}
.TagClassName
{
border-color: #EEABFB;
}
</style>