Shades of Mauve #EFC2FB
Tints of Mauve #EFC2FB
RGB
CMYK
RGB Variations
Color information
#EFC2FB (or 0xEFC2FB) is known color: Mauve. HEX triplet: EF, C2 and FB. RGB value is (239,194,251). Sum of RGB (Red+Green+Blue) = 239+194+251=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2FB is #103D04. Grayscale: #D5D5D5. Windows color (decimal): -1064197 or 16499439. OLE color: 16499439.
HSL color Cylindrical-coordinate representation of color #EFC2FB: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFC2FB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 194 | 251 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.02 |
| HSL | 287.37º | 0.88% | 0.87% | - |
| HSV(B) | 287.37º | 0.23% | 0.98% | - |
| XYZ | 72.3 | 63.9 | 99.79 | - |
| YUV | 213.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 251 | 0.05 | 0.23 | 0 | 0.02 | 287.37 | 0.88 | 0.87 |
| Hex | EF | C2 | FB | 5 | 17 | 0 | 2 | 11F | 58 | 57 |
| Octal | 357 | 302 | 373 | 5 | 27 | 0 | 2 | 437 | 130 | 127 |
| Binary | 11101111 | 11000010 | 11111011 | 101 | 10111 | 0 | 10 | 100011111 | 1011000 | 1010111 |
Color Harmonies of #EFC2FB
Complementary color
Monochromatic Colors of #EFC2FB
Black with #EFC2FB
Text Example
Text Example
White with #EFC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2FB; }
p { color: rgb(239,194,251); }
H1.HeaderClassName
{
color: #EFC2FB;
}
.AnyTagClassName
{
color: #EFC2FB;
}
</style>
background-color css
<style>
a { background-color: #EFC2FB; }
a { background-color: rgb(239,194,251); }
div.DivClassName
{
background-color: #EFC2FB;
}
.BgClassName
{
background-color: #EFC2FB;
}
</style>
border-color css
<style>
span { border-color: #EFC2FB; }
span { border-color: rgb(239,194,251); }
td.TdClassName
{
border-color: #EFC2FB;
}
.TagClassName
{
border-color: #EFC2FB;
}
</style>