Shades of Mauve #EFC3FC
Tints of Mauve #EFC3FC
RGB
CMYK
RGB Variations
Color information
#EFC3FC (or 0xEFC3FC) is known color: Mauve. HEX triplet: EF, C3 and FC. RGB value is (239,195,252). Sum of RGB (Red+Green+Blue) = 239+195+252=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3FC is #103C03. Grayscale: #D6D6D6. Windows color (decimal): -1063940 or 16565231. OLE color: 16565231.
HSL color Cylindrical-coordinate representation of color #EFC3FC: hue angle of 286.32º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFC3FC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 195 | 252 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.01 |
| HSL | 286.32º | 0.9% | 0.88% | - |
| HSV(B) | 286.32º | 0.23% | 0.99% | - |
| XYZ | 72.68 | 64.41 | 100.7 | - |
| YUV | 214.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 252 | 0.05 | 0.23 | 0 | 0.01 | 286.32 | 0.9 | 0.88 |
| Hex | EF | C3 | FC | 5 | 17 | 0 | 1 | 11E | 5A | 58 |
| Octal | 357 | 303 | 374 | 5 | 27 | 0 | 1 | 436 | 132 | 130 |
| Binary | 11101111 | 11000011 | 11111100 | 101 | 10111 | 0 | 1 | 100011110 | 1011010 | 1011000 |
Color Harmonies of #EFC3FC
Complementary color
Monochromatic Colors of #EFC3FC
Black with #EFC3FC
Text Example
Text Example
White with #EFC3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3FC; }
p { color: rgb(239,195,252); }
H1.HeaderClassName
{
color: #EFC3FC;
}
.AnyTagClassName
{
color: #EFC3FC;
}
</style>
background-color css
<style>
a { background-color: #EFC3FC; }
a { background-color: rgb(239,195,252); }
div.DivClassName
{
background-color: #EFC3FC;
}
.BgClassName
{
background-color: #EFC3FC;
}
</style>
border-color css
<style>
span { border-color: #EFC3FC; }
span { border-color: rgb(239,195,252); }
td.TdClassName
{
border-color: #EFC3FC;
}
.TagClassName
{
border-color: #EFC3FC;
}
</style>