Shades of Mauve #EFABFD
Tints of Mauve #EFABFD
RGB
CMYK
RGB Variations
Color information
#EFABFD (or 0xEFABFD) is known color: Mauve. HEX triplet: EF, AB and FD. RGB value is (239,171,253). Sum of RGB (Red+Green+Blue) = 239+171+253=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABFD is #105402. Grayscale: #C8C8C8. Windows color (decimal): -1070083 or 16624623. OLE color: 16624623.
HSL color Cylindrical-coordinate representation of color #EFABFD: hue angle of 289.76º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFABFD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 171 | 253 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.01 |
| HSL | 289.76º | 0.95% | 0.83% | - |
| HSV(B) | 289.76º | 0.32% | 0.99% | - |
| XYZ | 67.89 | 54.57 | 99.88 | - |
| YUV | 200.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 253 | 0.06 | 0.32 | 0 | 0.01 | 289.76 | 0.95 | 0.83 |
| Hex | EF | AB | FD | 6 | 20 | 0 | 1 | 122 | 5F | 53 |
| Octal | 357 | 253 | 375 | 6 | 40 | 0 | 1 | 442 | 137 | 123 |
| Binary | 11101111 | 10101011 | 11111101 | 110 | 100000 | 0 | 1 | 100100010 | 1011111 | 1010011 |
Color Harmonies of #EFABFD
Complementary color
Monochromatic Colors of #EFABFD
Black with #EFABFD
Text Example
Text Example
White with #EFABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABFD; }
p { color: rgb(239,171,253); }
H1.HeaderClassName
{
color: #EFABFD;
}
.AnyTagClassName
{
color: #EFABFD;
}
</style>
background-color css
<style>
a { background-color: #EFABFD; }
a { background-color: rgb(239,171,253); }
div.DivClassName
{
background-color: #EFABFD;
}
.BgClassName
{
background-color: #EFABFD;
}
</style>
border-color css
<style>
span { border-color: #EFABFD; }
span { border-color: rgb(239,171,253); }
td.TdClassName
{
border-color: #EFABFD;
}
.TagClassName
{
border-color: #EFABFD;
}
</style>