Shades of Mauve #EFBAFD
Tints of Mauve #EFBAFD
RGB
CMYK
RGB Variations
Color information
#EFBAFD (or 0xEFBAFD) is known color: Mauve. HEX triplet: EF, BA and FD. RGB value is (239,186,253). Sum of RGB (Red+Green+Blue) = 239+186+253=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAFD is #104502. Grayscale: #D1D1D1. Windows color (decimal): -1066243 or 16628463. OLE color: 16628463.
HSL color Cylindrical-coordinate representation of color #EFBAFD: hue angle of 287.46º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBAFD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 186 | 253 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.01 |
| HSL | 287.46º | 0.94% | 0.86% | - |
| HSV(B) | 287.46º | 0.26% | 0.99% | - |
| XYZ | 70.89 | 60.56 | 100.88 | - |
| YUV | 209.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 253 | 0.06 | 0.26 | 0 | 0.01 | 287.46 | 0.94 | 0.86 |
| Hex | EF | BA | FD | 6 | 1A | 0 | 1 | 11F | 5E | 56 |
| Octal | 357 | 272 | 375 | 6 | 32 | 0 | 1 | 437 | 136 | 126 |
| Binary | 11101111 | 10111010 | 11111101 | 110 | 11010 | 0 | 1 | 100011111 | 1011110 | 1010110 |
Color Harmonies of #EFBAFD
Complementary color
Monochromatic Colors of #EFBAFD
Black with #EFBAFD
Text Example
Text Example
White with #EFBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAFD; }
p { color: rgb(239,186,253); }
H1.HeaderClassName
{
color: #EFBAFD;
}
.AnyTagClassName
{
color: #EFBAFD;
}
</style>
background-color css
<style>
a { background-color: #EFBAFD; }
a { background-color: rgb(239,186,253); }
div.DivClassName
{
background-color: #EFBAFD;
}
.BgClassName
{
background-color: #EFBAFD;
}
</style>
border-color css
<style>
span { border-color: #EFBAFD; }
span { border-color: rgb(239,186,253); }
td.TdClassName
{
border-color: #EFBAFD;
}
.TagClassName
{
border-color: #EFBAFD;
}
</style>