Shades of Mauve #EFB6F6
Tints of Mauve #EFB6F6
RGB
CMYK
RGB Variations
Color information
#EFB6F6 (or 0xEFB6F6) is known color: Mauve. HEX triplet: EF, B6 and F6. RGB value is (239,182,246). Sum of RGB (Red+Green+Blue) = 239+182+246=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFB6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6F6 is #104909. Grayscale: #CECECE. Windows color (decimal): -1067274 or 16168687. OLE color: 16168687.
HSL color Cylindrical-coordinate representation of color #EFB6F6: hue angle of 293.44º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB6F6 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 182 | 246 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.04 |
| HSL | 293.44º | 0.78% | 0.84% | - |
| HSV(B) | 293.44º | 0.26% | 0.96% | - |
| XYZ | 68.96 | 58.46 | 94.84 | - |
| YUV | 206.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 246 | 0.03 | 0.26 | 0 | 0.04 | 293.44 | 0.78 | 0.84 |
| Hex | EF | B6 | F6 | 3 | 1A | 0 | 4 | 125 | 4E | 54 |
| Octal | 357 | 266 | 366 | 3 | 32 | 0 | 4 | 445 | 116 | 124 |
| Binary | 11101111 | 10110110 | 11110110 | 11 | 11010 | 0 | 100 | 100100101 | 1001110 | 1010100 |
Color Harmonies of #EFB6F6
Complementary color
Monochromatic Colors of #EFB6F6
Black with #EFB6F6
Text Example
Text Example
White with #EFB6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6F6; }
p { color: rgb(239,182,246); }
H1.HeaderClassName
{
color: #EFB6F6;
}
.AnyTagClassName
{
color: #EFB6F6;
}
</style>
background-color css
<style>
a { background-color: #EFB6F6; }
a { background-color: rgb(239,182,246); }
div.DivClassName
{
background-color: #EFB6F6;
}
.BgClassName
{
background-color: #EFB6F6;
}
</style>
border-color css
<style>
span { border-color: #EFB6F6; }
span { border-color: rgb(239,182,246); }
td.TdClassName
{
border-color: #EFB6F6;
}
.TagClassName
{
border-color: #EFB6F6;
}
</style>