Shades of Mauve #EFABF6
Tints of Mauve #EFABF6
RGB
CMYK
RGB Variations
Color information
#EFABF6 (or 0xEFABF6) is known color: Mauve. HEX triplet: EF, AB and F6. RGB value is (239,171,246). Sum of RGB (Red+Green+Blue) = 239+171+246=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABF6 is #105409. Grayscale: #C7C7C7. Windows color (decimal): -1070090 or 16165871. OLE color: 16165871.
HSL color Cylindrical-coordinate representation of color #EFABF6: hue angle of 294.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFABF6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 171 | 246 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.04 |
| HSL | 294.4º | 0.81% | 0.82% | - |
| HSV(B) | 294.4º | 0.3% | 0.96% | - |
| XYZ | 66.79 | 54.13 | 94.12 | - |
| YUV | 199.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 246 | 0.03 | 0.30 | 0 | 0.04 | 294.4 | 0.81 | 0.82 |
| Hex | EF | AB | F6 | 3 | 1E | 0 | 4 | 126 | 51 | 52 |
| Octal | 357 | 253 | 366 | 3 | 36 | 0 | 4 | 446 | 121 | 122 |
| Binary | 11101111 | 10101011 | 11110110 | 11 | 11110 | 0 | 100 | 100100110 | 1010001 | 1010010 |
Color Harmonies of #EFABF6
Complementary color
Monochromatic Colors of #EFABF6
Black with #EFABF6
Text Example
Text Example
White with #EFABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABF6; }
p { color: rgb(239,171,246); }
H1.HeaderClassName
{
color: #EFABF6;
}
.AnyTagClassName
{
color: #EFABF6;
}
</style>
background-color css
<style>
a { background-color: #EFABF6; }
a { background-color: rgb(239,171,246); }
div.DivClassName
{
background-color: #EFABF6;
}
.BgClassName
{
background-color: #EFABF6;
}
</style>
border-color css
<style>
span { border-color: #EFABF6; }
span { border-color: rgb(239,171,246); }
td.TdClassName
{
border-color: #EFABF6;
}
.TagClassName
{
border-color: #EFABF6;
}
</style>