Shades of Mauve #EFB6FB
Tints of Mauve #EFB6FB
RGB
CMYK
RGB Variations
Color information
#EFB6FB (or 0xEFB6FB) is known color: Mauve. HEX triplet: EF, B6 and FB. RGB value is (239,182,251). Sum of RGB (Red+Green+Blue) = 239+182+251=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 182 (71.48% from 255 or 27.08% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6FB is #104904. Grayscale: #CECECE. Windows color (decimal): -1067269 or 16496367. OLE color: 16496367.
HSL color Cylindrical-coordinate representation of color #EFB6FB: hue angle of 289.57º degrees, saturation: 0.9, 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 #EFB6FB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 182 | 251 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.02 |
| HSL | 289.57º | 0.9% | 0.85% | - |
| HSV(B) | 289.57º | 0.27% | 0.98% | - |
| XYZ | 69.74 | 58.77 | 98.94 | - |
| YUV | 206.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 251 | 0.05 | 0.27 | 0 | 0.02 | 289.57 | 0.9 | 0.85 |
| Hex | EF | B6 | FB | 5 | 1B | 0 | 2 | 122 | 5A | 55 |
| Octal | 357 | 266 | 373 | 5 | 33 | 0 | 2 | 442 | 132 | 125 |
| Binary | 11101111 | 10110110 | 11111011 | 101 | 11011 | 0 | 10 | 100100010 | 1011010 | 1010101 |
Color Harmonies of #EFB6FB
Complementary color
Monochromatic Colors of #EFB6FB
Black with #EFB6FB
Text Example
Text Example
White with #EFB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6FB; }
p { color: rgb(239,182,251); }
H1.HeaderClassName
{
color: #EFB6FB;
}
.AnyTagClassName
{
color: #EFB6FB;
}
</style>
background-color css
<style>
a { background-color: #EFB6FB; }
a { background-color: rgb(239,182,251); }
div.DivClassName
{
background-color: #EFB6FB;
}
.BgClassName
{
background-color: #EFB6FB;
}
</style>
border-color css
<style>
span { border-color: #EFB6FB; }
span { border-color: rgb(239,182,251); }
td.TdClassName
{
border-color: #EFB6FB;
}
.TagClassName
{
border-color: #EFB6FB;
}
</style>