Shades of Mauve #EFB4F7
Tints of Mauve #EFB4F7
RGB
CMYK
RGB Variations
Color information
#EFB4F7 (or 0xEFB4F7) is known color: Mauve. HEX triplet: EF, B4 and F7. RGB value is (239,180,247). Sum of RGB (Red+Green+Blue) = 239+180+247=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFB4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4F7 is #104B08. Grayscale: #CDCDCD. Windows color (decimal): -1067785 or 16233711. OLE color: 16233711.
HSL color Cylindrical-coordinate representation of color #EFB4F7: hue angle of 292.84º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB4F7 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 180 | 247 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.03 |
| HSL | 292.84º | 0.81% | 0.84% | - |
| HSV(B) | 292.84º | 0.27% | 0.97% | - |
| XYZ | 68.71 | 57.71 | 95.51 | - |
| YUV | 205.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 247 | 0.03 | 0.27 | 0 | 0.03 | 292.84 | 0.81 | 0.84 |
| Hex | EF | B4 | F7 | 3 | 1B | 0 | 3 | 125 | 51 | 54 |
| Octal | 357 | 264 | 367 | 3 | 33 | 0 | 3 | 445 | 121 | 124 |
| Binary | 11101111 | 10110100 | 11110111 | 11 | 11011 | 0 | 11 | 100100101 | 1010001 | 1010100 |
Color Harmonies of #EFB4F7
Complementary color
Monochromatic Colors of #EFB4F7
Black with #EFB4F7
Text Example
Text Example
White with #EFB4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4F7; }
p { color: rgb(239,180,247); }
H1.HeaderClassName
{
color: #EFB4F7;
}
.AnyTagClassName
{
color: #EFB4F7;
}
</style>
background-color css
<style>
a { background-color: #EFB4F7; }
a { background-color: rgb(239,180,247); }
div.DivClassName
{
background-color: #EFB4F7;
}
.BgClassName
{
background-color: #EFB4F7;
}
</style>
border-color css
<style>
span { border-color: #EFB4F7; }
span { border-color: rgb(239,180,247); }
td.TdClassName
{
border-color: #EFB4F7;
}
.TagClassName
{
border-color: #EFB4F7;
}
</style>