Shades of Mauve #EFB7F9
Tints of Mauve #EFB7F9
RGB
CMYK
RGB Variations
Color information
#EFB7F9 (or 0xEFB7F9) is known color: Mauve. HEX triplet: EF, B7 and F9. RGB value is (239,183,249). Sum of RGB (Red+Green+Blue) = 239+183+249=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7F9 is #104806. Grayscale: #CFCFCF. Windows color (decimal): -1067015 or 16365551. OLE color: 16365551.
HSL color Cylindrical-coordinate representation of color #EFB7F9: hue angle of 290.91º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB7F9 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 239 | 183 | 249 | - |
CMYK | 0.04 | 0.27 | 0 | 0.02 |
HSL | 290.91º | 0.85% | 0.85% | - |
HSV(B) | 290.91º | 0.27% | 0.98% | - |
XYZ | 69.63 | 59.06 | 97.35 | - |
YUV | 207.27 | 151.55 | 150.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 183 | 249 | 0.04 | 0.27 | 0 | 0.02 | 290.91 | 0.85 | 0.85 |
Hex | EF | B7 | F9 | 4 | 1B | 0 | 2 | 123 | 55 | 55 |
Octal | 357 | 267 | 371 | 4 | 33 | 0 | 2 | 443 | 125 | 125 |
Binary | 11101111 | 10110111 | 11111001 | 100 | 11011 | 0 | 10 | 100100011 | 1010101 | 1010101 |
Color Harmonies of #EFB7F9
Complementary color
Monochromatic Colors of #EFB7F9
Black with #EFB7F9
Text Example
Text Example
White with #EFB7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7F9; }
p { color: rgb(239,183,249); }
H1.HeaderClassName
{
color: #EFB7F9;
}
.AnyTagClassName
{
color: #EFB7F9;
}
</style>
background-color css
<style>
a { background-color: #EFB7F9; }
a { background-color: rgb(239,183,249); }
div.DivClassName
{
background-color: #EFB7F9;
}
.BgClassName
{
background-color: #EFB7F9;
}
</style>
border-color css
<style>
span { border-color: #EFB7F9; }
span { border-color: rgb(239,183,249); }
td.TdClassName
{
border-color: #EFB7F9;
}
.TagClassName
{
border-color: #EFB7F9;
}
</style>