Shades of Mauve #EFBAF8
Tints of Mauve #EFBAF8
RGB
CMYK
RGB Variations
Color information
#EFBAF8 (or 0xEFBAF8) is known color: Mauve. HEX triplet: EF, BA and F8. RGB value is (239,186,248). Sum of RGB (Red+Green+Blue) = 239+186+248=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFBAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAF8 is #104507. Grayscale: #D0D0D0. Windows color (decimal): -1066248 or 16300783. OLE color: 16300783.
HSL color Cylindrical-coordinate representation of color #EFBAF8: hue angle of 291.29º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFBAF8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 186 | 248 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.03 |
| HSL | 291.29º | 0.82% | 0.85% | - |
| HSV(B) | 291.29º | 0.25% | 0.97% | - |
| XYZ | 70.1 | 60.25 | 96.74 | - |
| YUV | 208.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 248 | 0.04 | 0.25 | 0 | 0.03 | 291.29 | 0.82 | 0.85 |
| Hex | EF | BA | F8 | 4 | 19 | 0 | 3 | 123 | 52 | 55 |
| Octal | 357 | 272 | 370 | 4 | 31 | 0 | 3 | 443 | 122 | 125 |
| Binary | 11101111 | 10111010 | 11111000 | 100 | 11001 | 0 | 11 | 100100011 | 1010010 | 1010101 |
Color Harmonies of #EFBAF8
Complementary color
Monochromatic Colors of #EFBAF8
Black with #EFBAF8
Text Example
Text Example
White with #EFBAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAF8; }
p { color: rgb(239,186,248); }
H1.HeaderClassName
{
color: #EFBAF8;
}
.AnyTagClassName
{
color: #EFBAF8;
}
</style>
background-color css
<style>
a { background-color: #EFBAF8; }
a { background-color: rgb(239,186,248); }
div.DivClassName
{
background-color: #EFBAF8;
}
.BgClassName
{
background-color: #EFBAF8;
}
</style>
border-color css
<style>
span { border-color: #EFBAF8; }
span { border-color: rgb(239,186,248); }
td.TdClassName
{
border-color: #EFBAF8;
}
.TagClassName
{
border-color: #EFBAF8;
}
</style>