Shades of Mauve #EFAEFC
Tints of Mauve #EFAEFC
RGB
CMYK
RGB Variations
Color information
#EFAEFC (or 0xEFAEFC) is known color: Mauve. HEX triplet: EF, AE and FC. RGB value is (239,174,252). Sum of RGB (Red+Green+Blue) = 239+174+252=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 174 (68.36% from 255 or 26.17% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEFC is #105103. Grayscale: #CACACA. Windows color (decimal): -1069316 or 16559855. OLE color: 16559855.
HSL color Cylindrical-coordinate representation of color #EFAEFC: hue angle of 290º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFAEFC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 174 | 252 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.01 |
| HSL | 290º | 0.93% | 0.84% | - |
| HSV(B) | 290º | 0.31% | 0.99% | - |
| XYZ | 68.3 | 55.65 | 99.24 | - |
| YUV | 202.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 252 | 0.05 | 0.31 | 0 | 0.01 | 290 | 0.93 | 0.84 |
| Hex | EF | AE | FC | 5 | 1F | 0 | 1 | 122 | 5D | 54 |
| Octal | 357 | 256 | 374 | 5 | 37 | 0 | 1 | 442 | 135 | 124 |
| Binary | 11101111 | 10101110 | 11111100 | 101 | 11111 | 0 | 1 | 100100010 | 1011101 | 1010100 |
Color Harmonies of #EFAEFC
Complementary color
Monochromatic Colors of #EFAEFC
Black with #EFAEFC
Text Example
Text Example
White with #EFAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEFC; }
p { color: rgb(239,174,252); }
H1.HeaderClassName
{
color: #EFAEFC;
}
.AnyTagClassName
{
color: #EFAEFC;
}
</style>
background-color css
<style>
a { background-color: #EFAEFC; }
a { background-color: rgb(239,174,252); }
div.DivClassName
{
background-color: #EFAEFC;
}
.BgClassName
{
background-color: #EFAEFC;
}
</style>
border-color css
<style>
span { border-color: #EFAEFC; }
span { border-color: rgb(239,174,252); }
td.TdClassName
{
border-color: #EFAEFC;
}
.TagClassName
{
border-color: #EFAEFC;
}
</style>