Shades of Mauve #E4BDFB
Tints of Mauve #E4BDFB
RGB
CMYK
RGB Variations
Color information
#E4BDFB (or 0xE4BDFB) is known color: Mauve. HEX triplet: E4, BD and FB. RGB value is (228,189,251). Sum of RGB (Red+Green+Blue) = 228+189+251=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDFB is #1B4204. Grayscale: #CFCFCF. Windows color (decimal): -1786373 or 16498148. OLE color: 16498148.
HSL color Cylindrical-coordinate representation of color #E4BDFB: hue angle of 277.74º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BDFB is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 189 | 251 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.02 |
| HSL | 277.74º | 0.89% | 0.86% | - |
| HSV(B) | 277.74º | 0.25% | 0.98% | - |
| XYZ | 67.61 | 59.85 | 99.26 | - |
| YUV | 207.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 251 | 0.09 | 0.25 | 0 | 0.02 | 277.74 | 0.89 | 0.86 |
| Hex | E4 | BD | FB | 9 | 19 | 0 | 2 | 116 | 59 | 56 |
| Octal | 344 | 275 | 373 | 11 | 31 | 0 | 2 | 426 | 131 | 126 |
| Binary | 11100100 | 10111101 | 11111011 | 1001 | 11001 | 0 | 10 | 100010110 | 1011001 | 1010110 |
Color Harmonies of #E4BDFB
Complementary color
Monochromatic Colors of #E4BDFB
Black with #E4BDFB
Text Example
Text Example
White with #E4BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDFB; }
p { color: rgb(228,189,251); }
H1.HeaderClassName
{
color: #E4BDFB;
}
.AnyTagClassName
{
color: #E4BDFB;
}
</style>
background-color css
<style>
a { background-color: #E4BDFB; }
a { background-color: rgb(228,189,251); }
div.DivClassName
{
background-color: #E4BDFB;
}
.BgClassName
{
background-color: #E4BDFB;
}
</style>
border-color css
<style>
span { border-color: #E4BDFB; }
span { border-color: rgb(228,189,251); }
td.TdClassName
{
border-color: #E4BDFB;
}
.TagClassName
{
border-color: #E4BDFB;
}
</style>