Shades of Mauve #EFB3F9
Tints of Mauve #EFB3F9
RGB
CMYK
RGB Variations
Color information
#EFB3F9 (or 0xEFB3F9) is known color: Mauve. HEX triplet: EF, B3 and F9. RGB value is (239,179,249). Sum of RGB (Red+Green+Blue) = 239+179+249=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 179 (70.31% from 255 or 26.84% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFB3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3F9 is #104C06. Grayscale: #CCCCCC. Windows color (decimal): -1068039 or 16364527. OLE color: 16364527.
HSL color Cylindrical-coordinate representation of color #EFB3F9: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB3F9 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 179 | 249 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.02 |
| HSL | 291.43º | 0.85% | 0.84% | - |
| HSV(B) | 291.43º | 0.28% | 0.98% | - |
| XYZ | 68.82 | 57.43 | 97.08 | - |
| YUV | 204.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 249 | 0.04 | 0.28 | 0 | 0.02 | 291.43 | 0.85 | 0.84 |
| Hex | EF | B3 | F9 | 4 | 1C | 0 | 2 | 123 | 55 | 54 |
| Octal | 357 | 263 | 371 | 4 | 34 | 0 | 2 | 443 | 125 | 124 |
| Binary | 11101111 | 10110011 | 11111001 | 100 | 11100 | 0 | 10 | 100100011 | 1010101 | 1010100 |
Color Harmonies of #EFB3F9
Complementary color
Monochromatic Colors of #EFB3F9
Black with #EFB3F9
Text Example
Text Example
White with #EFB3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3F9; }
p { color: rgb(239,179,249); }
H1.HeaderClassName
{
color: #EFB3F9;
}
.AnyTagClassName
{
color: #EFB3F9;
}
</style>
background-color css
<style>
a { background-color: #EFB3F9; }
a { background-color: rgb(239,179,249); }
div.DivClassName
{
background-color: #EFB3F9;
}
.BgClassName
{
background-color: #EFB3F9;
}
</style>
border-color css
<style>
span { border-color: #EFB3F9; }
span { border-color: rgb(239,179,249); }
td.TdClassName
{
border-color: #EFB3F9;
}
.TagClassName
{
border-color: #EFB3F9;
}
</style>