Shades of Mauve #E4BEFD
Tints of Mauve #E4BEFD
RGB
CMYK
RGB Variations
Color information
#E4BEFD (or 0xE4BEFD) is known color: Mauve. HEX triplet: E4, BE and FD. RGB value is (228,190,253). Sum of RGB (Red+Green+Blue) = 228+190+253=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEFD is #1B4102. Grayscale: #D0D0D0. Windows color (decimal): -1786115 or 16629476. OLE color: 16629476.
HSL color Cylindrical-coordinate representation of color #E4BEFD: hue angle of 276.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BEFD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 190 | 253 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.01 |
| HSL | 276.19º | 0.94% | 0.87% | - |
| HSV(B) | 276.19º | 0.25% | 0.99% | - |
| XYZ | 68.14 | 60.41 | 101 | - |
| YUV | 208.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 253 | 0.10 | 0.25 | 0 | 0.01 | 276.19 | 0.94 | 0.87 |
| Hex | E4 | BE | FD | A | 19 | 0 | 1 | 114 | 5E | 57 |
| Octal | 344 | 276 | 375 | 12 | 31 | 0 | 1 | 424 | 136 | 127 |
| Binary | 11100100 | 10111110 | 11111101 | 1010 | 11001 | 0 | 1 | 100010100 | 1011110 | 1010111 |
Color Harmonies of #E4BEFD
Complementary color
Monochromatic Colors of #E4BEFD
Black with #E4BEFD
Text Example
Text Example
White with #E4BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BEFD; }
p { color: rgb(228,190,253); }
H1.HeaderClassName
{
color: #E4BEFD;
}
.AnyTagClassName
{
color: #E4BEFD;
}
</style>
background-color css
<style>
a { background-color: #E4BEFD; }
a { background-color: rgb(228,190,253); }
div.DivClassName
{
background-color: #E4BEFD;
}
.BgClassName
{
background-color: #E4BEFD;
}
</style>
border-color css
<style>
span { border-color: #E4BEFD; }
span { border-color: rgb(228,190,253); }
td.TdClassName
{
border-color: #E4BEFD;
}
.TagClassName
{
border-color: #E4BEFD;
}
</style>