Shades of Mauve #EFC2FC
Tints of Mauve #EFC2FC
RGB
CMYK
RGB Variations
Color information
#EFC2FC (or 0xEFC2FC) is known color: Mauve. HEX triplet: EF, C2 and FC. RGB value is (239,194,252). Sum of RGB (Red+Green+Blue) = 239+194+252=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2FC is #103D03. Grayscale: #D5D5D5. Windows color (decimal): -1064196 or 16564975. OLE color: 16564975.
HSL color Cylindrical-coordinate representation of color #EFC2FC: hue angle of 286.55º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFC2FC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 194 | 252 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.01 |
| HSL | 286.55º | 0.91% | 0.87% | - |
| HSV(B) | 286.55º | 0.23% | 0.99% | - |
| XYZ | 72.46 | 63.96 | 100.62 | - |
| YUV | 214.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 252 | 0.05 | 0.23 | 0 | 0.01 | 286.55 | 0.91 | 0.87 |
| Hex | EF | C2 | FC | 5 | 17 | 0 | 1 | 11F | 5B | 57 |
| Octal | 357 | 302 | 374 | 5 | 27 | 0 | 1 | 437 | 133 | 127 |
| Binary | 11101111 | 11000010 | 11111100 | 101 | 10111 | 0 | 1 | 100011111 | 1011011 | 1010111 |
Color Harmonies of #EFC2FC
Complementary color
Monochromatic Colors of #EFC2FC
Black with #EFC2FC
Text Example
Text Example
White with #EFC2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2FC; }
p { color: rgb(239,194,252); }
H1.HeaderClassName
{
color: #EFC2FC;
}
.AnyTagClassName
{
color: #EFC2FC;
}
</style>
background-color css
<style>
a { background-color: #EFC2FC; }
a { background-color: rgb(239,194,252); }
div.DivClassName
{
background-color: #EFC2FC;
}
.BgClassName
{
background-color: #EFC2FC;
}
</style>
border-color css
<style>
span { border-color: #EFC2FC; }
span { border-color: rgb(239,194,252); }
td.TdClassName
{
border-color: #EFC2FC;
}
.TagClassName
{
border-color: #EFC2FC;
}
</style>