Shades of Mauve #EFC6FE
Tints of Mauve #EFC6FE
RGB
CMYK
RGB Variations
Color information
#EFC6FE (or 0xEFC6FE) is known color: Mauve. HEX triplet: EF, C6 and FE. RGB value is (239,198,254). Sum of RGB (Red+Green+Blue) = 239+198+254=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6FE is #103901. Grayscale: #D8D8D8. Windows color (decimal): -1063170 or 16697071. OLE color: 16697071.
HSL color Cylindrical-coordinate representation of color #EFC6FE: hue angle of 283.93º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC6FE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 198 | 254 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.00 |
| HSL | 283.93º | 0.97% | 0.89% | - |
| HSV(B) | 283.93º | 0.22% | 1% | - |
| XYZ | 73.68 | 65.89 | 102.6 | - |
| YUV | 216.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 254 | 0.06 | 0.22 | 0 | 0.00 | 283.93 | 0.97 | 0.89 |
| Hex | EF | C6 | FE | 6 | 16 | 0 | 0 | 11C | 61 | 59 |
| Octal | 357 | 306 | 376 | 6 | 26 | 0 | 0 | 434 | 141 | 131 |
| Binary | 11101111 | 11000110 | 11111110 | 110 | 10110 | 0 | 0 | 100011100 | 1100001 | 1011001 |
Color Harmonies of #EFC6FE
Complementary color
Monochromatic Colors of #EFC6FE
Black with #EFC6FE
Text Example
Text Example
White with #EFC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6FE; }
p { color: rgb(239,198,254); }
H1.HeaderClassName
{
color: #EFC6FE;
}
.AnyTagClassName
{
color: #EFC6FE;
}
</style>
background-color css
<style>
a { background-color: #EFC6FE; }
a { background-color: rgb(239,198,254); }
div.DivClassName
{
background-color: #EFC6FE;
}
.BgClassName
{
background-color: #EFC6FE;
}
</style>
border-color css
<style>
span { border-color: #EFC6FE; }
span { border-color: rgb(239,198,254); }
td.TdClassName
{
border-color: #EFC6FE;
}
.TagClassName
{
border-color: #EFC6FE;
}
</style>