Shades of Mauve #EFB9F3
Tints of Mauve #EFB9F3
RGB
CMYK
RGB Variations
Color information
#EFB9F3 (or 0xEFB9F3) is known color: Mauve. HEX triplet: EF, B9 and F3. RGB value is (239,185,243). Sum of RGB (Red+Green+Blue) = 239+185+243=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFB9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB9F3 is #10460C. Grayscale: #CFCFCF. Windows color (decimal): -1066509 or 15972847. OLE color: 15972847.
HSL color Cylindrical-coordinate representation of color #EFB9F3: hue angle of 295.86º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB9F3 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 185 | 243 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.05 |
| HSL | 295.86º | 0.71% | 0.84% | - |
| HSV(B) | 295.86º | 0.24% | 0.95% | - |
| XYZ | 69.12 | 59.52 | 92.64 | - |
| YUV | 207.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 243 | 0.02 | 0.24 | 0 | 0.05 | 295.86 | 0.71 | 0.84 |
| Hex | EF | B9 | F3 | 2 | 18 | 0 | 5 | 128 | 47 | 54 |
| Octal | 357 | 271 | 363 | 2 | 30 | 0 | 5 | 450 | 107 | 124 |
| Binary | 11101111 | 10111001 | 11110011 | 10 | 11000 | 0 | 101 | 100101000 | 1000111 | 1010100 |
Color Harmonies of #EFB9F3
Complementary color
Monochromatic Colors of #EFB9F3
Black with #EFB9F3
Text Example
Text Example
White with #EFB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9F3; }
p { color: rgb(239,185,243); }
H1.HeaderClassName
{
color: #EFB9F3;
}
.AnyTagClassName
{
color: #EFB9F3;
}
</style>
background-color css
<style>
a { background-color: #EFB9F3; }
a { background-color: rgb(239,185,243); }
div.DivClassName
{
background-color: #EFB9F3;
}
.BgClassName
{
background-color: #EFB9F3;
}
</style>
border-color css
<style>
span { border-color: #EFB9F3; }
span { border-color: rgb(239,185,243); }
td.TdClassName
{
border-color: #EFB9F3;
}
.TagClassName
{
border-color: #EFB9F3;
}
</style>