Shades of Mauve #EFC5FF
Tints of Mauve #EFC5FF
RGB
CMYK
RGB Variations
Color information
#EFC5FF (or 0xEFC5FF) is known color: Mauve. HEX triplet: EF, C5 and FF. RGB value is (239,197,255). Sum of RGB (Red+Green+Blue) = 239+197+255=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 197 (77.34% from 255 or 28.51% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5FF is #103A00. Grayscale: #D7D7D7. Windows color (decimal): -1063425 or 16762351. OLE color: 16762351.
HSL color Cylindrical-coordinate representation of color #EFC5FF: hue angle of 283.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFC5FF is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 197 | 255 | - |
| CMYK | 0.06 | 0.23 | 0 | 0 |
| HSL | 283.45º | 1% | 0.89% | - |
| HSV(B) | 283.45º | 0.23% | 1% | - |
| XYZ | 73.61 | 65.5 | 103.37 | - |
| YUV | 216.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 255 | 0.06 | 0.23 | 0 | 0 | 283.45 | 1 | 0.89 |
| Hex | EF | C5 | FF | 6 | 17 | 0 | 0 | 11B | 64 | 59 |
| Octal | 357 | 305 | 377 | 6 | 27 | 0 | 0 | 433 | 144 | 131 |
| Binary | 11101111 | 11000101 | 11111111 | 110 | 10111 | 0 | 0 | 100011011 | 1100100 | 1011001 |
Color Harmonies of #EFC5FF
Complementary color
Monochromatic Colors of #EFC5FF
Black with #EFC5FF
Text Example
Text Example
White with #EFC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5FF; }
p { color: rgb(239,197,255); }
H1.HeaderClassName
{
color: #EFC5FF;
}
.AnyTagClassName
{
color: #EFC5FF;
}
</style>
background-color css
<style>
a { background-color: #EFC5FF; }
a { background-color: rgb(239,197,255); }
div.DivClassName
{
background-color: #EFC5FF;
}
.BgClassName
{
background-color: #EFC5FF;
}
</style>
border-color css
<style>
span { border-color: #EFC5FF; }
span { border-color: rgb(239,197,255); }
td.TdClassName
{
border-color: #EFC5FF;
}
.TagClassName
{
border-color: #EFC5FF;
}
</style>