Shades of Mauve #EFAEFF
Tints of Mauve #EFAEFF
RGB
CMYK
RGB Variations
Color information
#EFAEFF (or 0xEFAEFF) is known color: Mauve. HEX triplet: EF, AE and FF. RGB value is (239,174,255). Sum of RGB (Red+Green+Blue) = 239+174+255=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 174 (68.36% from 255 or 26.05% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEFF is #105100. Grayscale: #CACACA. Windows color (decimal): -1069313 or 16756463. OLE color: 16756463.
HSL color Cylindrical-coordinate representation of color #EFAEFF: hue angle of 288.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFAEFF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 174 | 255 | - |
| CMYK | 0.06 | 0.32 | 0 | 0 |
| HSL | 288.15º | 1% | 0.84% | - |
| HSV(B) | 288.15º | 0.32% | 1% | - |
| XYZ | 68.78 | 55.84 | 101.76 | - |
| YUV | 202.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 255 | 0.06 | 0.32 | 0 | 0 | 288.15 | 1 | 0.84 |
| Hex | EF | AE | FF | 6 | 20 | 0 | 0 | 120 | 64 | 54 |
| Octal | 357 | 256 | 377 | 6 | 40 | 0 | 0 | 440 | 144 | 124 |
| Binary | 11101111 | 10101110 | 11111111 | 110 | 100000 | 0 | 0 | 100100000 | 1100100 | 1010100 |
Color Harmonies of #EFAEFF
Complementary color
Monochromatic Colors of #EFAEFF
Black with #EFAEFF
Text Example
Text Example
White with #EFAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEFF; }
p { color: rgb(239,174,255); }
H1.HeaderClassName
{
color: #EFAEFF;
}
.AnyTagClassName
{
color: #EFAEFF;
}
</style>
background-color css
<style>
a { background-color: #EFAEFF; }
a { background-color: rgb(239,174,255); }
div.DivClassName
{
background-color: #EFAEFF;
}
.BgClassName
{
background-color: #EFAEFF;
}
</style>
border-color css
<style>
span { border-color: #EFAEFF; }
span { border-color: rgb(239,174,255); }
td.TdClassName
{
border-color: #EFAEFF;
}
.TagClassName
{
border-color: #EFAEFF;
}
</style>