Shades of Mauve #EFB8F8
Tints of Mauve #EFB8F8
RGB
CMYK
RGB Variations
Color information
#EFB8F8 (or 0xEFB8F8) is known color: Mauve. HEX triplet: EF, B8 and F8. RGB value is (239,184,248). Sum of RGB (Red+Green+Blue) = 239+184+248=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFB8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8F8 is #104707. Grayscale: #CFCFCF. Windows color (decimal): -1066760 or 16300271. OLE color: 16300271.
HSL color Cylindrical-coordinate representation of color #EFB8F8: hue angle of 291.56º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB8F8 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 184 | 248 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.03 |
| HSL | 291.56º | 0.82% | 0.85% | - |
| HSV(B) | 291.56º | 0.26% | 0.97% | - |
| XYZ | 69.68 | 59.41 | 96.6 | - |
| YUV | 207.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 248 | 0.04 | 0.26 | 0 | 0.03 | 291.56 | 0.82 | 0.85 |
| Hex | EF | B8 | F8 | 4 | 1A | 0 | 3 | 124 | 52 | 55 |
| Octal | 357 | 270 | 370 | 4 | 32 | 0 | 3 | 444 | 122 | 125 |
| Binary | 11101111 | 10111000 | 11111000 | 100 | 11010 | 0 | 11 | 100100100 | 1010010 | 1010101 |
Color Harmonies of #EFB8F8
Complementary color
Monochromatic Colors of #EFB8F8
Black with #EFB8F8
Text Example
Text Example
White with #EFB8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8F8; }
p { color: rgb(239,184,248); }
H1.HeaderClassName
{
color: #EFB8F8;
}
.AnyTagClassName
{
color: #EFB8F8;
}
</style>
background-color css
<style>
a { background-color: #EFB8F8; }
a { background-color: rgb(239,184,248); }
div.DivClassName
{
background-color: #EFB8F8;
}
.BgClassName
{
background-color: #EFB8F8;
}
</style>
border-color css
<style>
span { border-color: #EFB8F8; }
span { border-color: rgb(239,184,248); }
td.TdClassName
{
border-color: #EFB8F8;
}
.TagClassName
{
border-color: #EFB8F8;
}
</style>