Shades of Mauve #EFBFFC
Tints of Mauve #EFBFFC
RGB
CMYK
RGB Variations
Color information
#EFBFFC (or 0xEFBFFC) is known color: Mauve. HEX triplet: EF, BF and FC. RGB value is (239,191,252). Sum of RGB (Red+Green+Blue) = 239+191+252=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFBFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFFC is #104003. Grayscale: #D4D4D4. Windows color (decimal): -1064964 or 16564207. OLE color: 16564207.
HSL color Cylindrical-coordinate representation of color #EFBFFC: hue angle of 287.21º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFBFFC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 191 | 252 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.01 |
| HSL | 287.21º | 0.91% | 0.87% | - |
| HSV(B) | 287.21º | 0.24% | 0.99% | - |
| XYZ | 71.8 | 62.64 | 100.4 | - |
| YUV | 212.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 252 | 0.05 | 0.24 | 0 | 0.01 | 287.21 | 0.91 | 0.87 |
| Hex | EF | BF | FC | 5 | 18 | 0 | 1 | 11F | 5B | 57 |
| Octal | 357 | 277 | 374 | 5 | 30 | 0 | 1 | 437 | 133 | 127 |
| Binary | 11101111 | 10111111 | 11111100 | 101 | 11000 | 0 | 1 | 100011111 | 1011011 | 1010111 |
Color Harmonies of #EFBFFC
Complementary color
Monochromatic Colors of #EFBFFC
Black with #EFBFFC
Text Example
Text Example
White with #EFBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFFC; }
p { color: rgb(239,191,252); }
H1.HeaderClassName
{
color: #EFBFFC;
}
.AnyTagClassName
{
color: #EFBFFC;
}
</style>
background-color css
<style>
a { background-color: #EFBFFC; }
a { background-color: rgb(239,191,252); }
div.DivClassName
{
background-color: #EFBFFC;
}
.BgClassName
{
background-color: #EFBFFC;
}
</style>
border-color css
<style>
span { border-color: #EFBFFC; }
span { border-color: rgb(239,191,252); }
td.TdClassName
{
border-color: #EFBFFC;
}
.TagClassName
{
border-color: #EFBFFC;
}
</style>