Shades of Mauve #EFC1FC
Tints of Mauve #EFC1FC
RGB
CMYK
RGB Variations
Color information
#EFC1FC (or 0xEFC1FC) is known color: Mauve. HEX triplet: EF, C1 and FC. RGB value is (239,193,252). Sum of RGB (Red+Green+Blue) = 239+193+252=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1FC is #103E03. Grayscale: #D5D5D5. Windows color (decimal): -1064452 or 16564719. OLE color: 16564719.
HSL color Cylindrical-coordinate representation of color #EFC1FC: hue angle of 286.78º 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 #EFC1FC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 193 | 252 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.01 |
| HSL | 286.78º | 0.91% | 0.87% | - |
| HSV(B) | 286.78º | 0.23% | 0.99% | - |
| XYZ | 72.24 | 63.52 | 100.55 | - |
| YUV | 213.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 252 | 0.05 | 0.23 | 0 | 0.01 | 286.78 | 0.91 | 0.87 |
| Hex | EF | C1 | FC | 5 | 17 | 0 | 1 | 11F | 5B | 57 |
| Octal | 357 | 301 | 374 | 5 | 27 | 0 | 1 | 437 | 133 | 127 |
| Binary | 11101111 | 11000001 | 11111100 | 101 | 10111 | 0 | 1 | 100011111 | 1011011 | 1010111 |
Color Harmonies of #EFC1FC
Complementary color
Monochromatic Colors of #EFC1FC
Black with #EFC1FC
Text Example
Text Example
White with #EFC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1FC; }
p { color: rgb(239,193,252); }
H1.HeaderClassName
{
color: #EFC1FC;
}
.AnyTagClassName
{
color: #EFC1FC;
}
</style>
background-color css
<style>
a { background-color: #EFC1FC; }
a { background-color: rgb(239,193,252); }
div.DivClassName
{
background-color: #EFC1FC;
}
.BgClassName
{
background-color: #EFC1FC;
}
</style>
border-color css
<style>
span { border-color: #EFC1FC; }
span { border-color: rgb(239,193,252); }
td.TdClassName
{
border-color: #EFC1FC;
}
.TagClassName
{
border-color: #EFC1FC;
}
</style>