Shades of Mauve #EFC1F9
Tints of Mauve #EFC1F9
RGB
CMYK
RGB Variations
Color information
#EFC1F9 (or 0xEFC1F9) is known color: Mauve. HEX triplet: EF, C1 and F9. RGB value is (239,193,249). Sum of RGB (Red+Green+Blue) = 239+193+249=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 193 (75.78% from 255 or 28.34% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFC1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1F9 is #103E06. Grayscale: #D4D4D4. Windows color (decimal): -1064455 or 16368111. OLE color: 16368111.
HSL color Cylindrical-coordinate representation of color #EFC1F9: hue angle of 289.29º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC1F9 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 193 | 249 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.02 |
| HSL | 289.29º | 0.82% | 0.87% | - |
| HSV(B) | 289.29º | 0.22% | 0.98% | - |
| XYZ | 71.77 | 63.33 | 98.06 | - |
| YUV | 213.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 249 | 0.04 | 0.22 | 0 | 0.02 | 289.29 | 0.82 | 0.87 |
| Hex | EF | C1 | F9 | 4 | 16 | 0 | 2 | 121 | 52 | 57 |
| Octal | 357 | 301 | 371 | 4 | 26 | 0 | 2 | 441 | 122 | 127 |
| Binary | 11101111 | 11000001 | 11111001 | 100 | 10110 | 0 | 10 | 100100001 | 1010010 | 1010111 |
Color Harmonies of #EFC1F9
Complementary color
Monochromatic Colors of #EFC1F9
Black with #EFC1F9
Text Example
Text Example
White with #EFC1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1F9; }
p { color: rgb(239,193,249); }
H1.HeaderClassName
{
color: #EFC1F9;
}
.AnyTagClassName
{
color: #EFC1F9;
}
</style>
background-color css
<style>
a { background-color: #EFC1F9; }
a { background-color: rgb(239,193,249); }
div.DivClassName
{
background-color: #EFC1F9;
}
.BgClassName
{
background-color: #EFC1F9;
}
</style>
border-color css
<style>
span { border-color: #EFC1F9; }
span { border-color: rgb(239,193,249); }
td.TdClassName
{
border-color: #EFC1F9;
}
.TagClassName
{
border-color: #EFC1F9;
}
</style>