Shades of Mauve #EFB8FA
Tints of Mauve #EFB8FA
RGB
CMYK
RGB Variations
Color information
#EFB8FA (or 0xEFB8FA) is known color: Mauve. HEX triplet: EF, B8 and FA. RGB value is (239,184,250). Sum of RGB (Red+Green+Blue) = 239+184+250=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 184 (72.27% from 255 or 27.34% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFB8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8FA is #104705. Grayscale: #CFCFCF. Windows color (decimal): -1066758 or 16431343. OLE color: 16431343.
HSL color Cylindrical-coordinate representation of color #EFB8FA: hue angle of 290º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB8FA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 184 | 250 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.02 |
| HSL | 290º | 0.87% | 0.85% | - |
| HSV(B) | 290º | 0.26% | 0.98% | - |
| XYZ | 69.99 | 59.53 | 98.24 | - |
| YUV | 207.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 250 | 0.04 | 0.26 | 0 | 0.02 | 290 | 0.87 | 0.85 |
| Hex | EF | B8 | FA | 4 | 1A | 0 | 2 | 122 | 57 | 55 |
| Octal | 357 | 270 | 372 | 4 | 32 | 0 | 2 | 442 | 127 | 125 |
| Binary | 11101111 | 10111000 | 11111010 | 100 | 11010 | 0 | 10 | 100100010 | 1010111 | 1010101 |
Color Harmonies of #EFB8FA
Complementary color
Monochromatic Colors of #EFB8FA
Black with #EFB8FA
Text Example
Text Example
White with #EFB8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8FA; }
p { color: rgb(239,184,250); }
H1.HeaderClassName
{
color: #EFB8FA;
}
.AnyTagClassName
{
color: #EFB8FA;
}
</style>
background-color css
<style>
a { background-color: #EFB8FA; }
a { background-color: rgb(239,184,250); }
div.DivClassName
{
background-color: #EFB8FA;
}
.BgClassName
{
background-color: #EFB8FA;
}
</style>
border-color css
<style>
span { border-color: #EFB8FA; }
span { border-color: rgb(239,184,250); }
td.TdClassName
{
border-color: #EFB8FA;
}
.TagClassName
{
border-color: #EFB8FA;
}
</style>