Shades of Mauve #E4BAFD
Tints of Mauve #E4BAFD
RGB
CMYK
RGB Variations
Color information
#E4BAFD (or 0xE4BAFD) is known color: Mauve. HEX triplet: E4, BA and FD. RGB value is (228,186,253). Sum of RGB (Red+Green+Blue) = 228+186+253=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFD is #1B4502. Grayscale: #CDCDCD. Windows color (decimal): -1787139 or 16628452. OLE color: 16628452.
HSL color Cylindrical-coordinate representation of color #E4BAFD: hue angle of 277.61º 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 #E4BAFD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 186 | 253 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.01 |
| HSL | 277.61º | 0.94% | 0.86% | - |
| HSV(B) | 277.61º | 0.26% | 0.99% | - |
| XYZ | 67.28 | 58.7 | 100.71 | - |
| YUV | 206.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 253 | 0.10 | 0.26 | 0 | 0.01 | 277.61 | 0.94 | 0.86 |
| Hex | E4 | BA | FD | A | 1A | 0 | 1 | 116 | 5E | 56 |
| Octal | 344 | 272 | 375 | 12 | 32 | 0 | 1 | 426 | 136 | 126 |
| Binary | 11100100 | 10111010 | 11111101 | 1010 | 11010 | 0 | 1 | 100010110 | 1011110 | 1010110 |
Color Harmonies of #E4BAFD
Complementary color
Monochromatic Colors of #E4BAFD
Black with #E4BAFD
Text Example
Text Example
White with #E4BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAFD; }
p { color: rgb(228,186,253); }
H1.HeaderClassName
{
color: #E4BAFD;
}
.AnyTagClassName
{
color: #E4BAFD;
}
</style>
background-color css
<style>
a { background-color: #E4BAFD; }
a { background-color: rgb(228,186,253); }
div.DivClassName
{
background-color: #E4BAFD;
}
.BgClassName
{
background-color: #E4BAFD;
}
</style>
border-color css
<style>
span { border-color: #E4BAFD; }
span { border-color: rgb(228,186,253); }
td.TdClassName
{
border-color: #E4BAFD;
}
.TagClassName
{
border-color: #E4BAFD;
}
</style>