Shades of Mauve #E4BDFC
Tints of Mauve #E4BDFC
RGB
CMYK
RGB Variations
Color information
#E4BDFC (or 0xE4BDFC) is known color: Mauve. HEX triplet: E4, BD and FC. RGB value is (228,189,252). Sum of RGB (Red+Green+Blue) = 228+189+252=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDFC is #1B4203. Grayscale: #CFCFCF. Windows color (decimal): -1786372 or 16563684. OLE color: 16563684.
HSL color Cylindrical-coordinate representation of color #E4BDFC: hue angle of 277.14º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BDFC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 189 | 252 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.01 |
| HSL | 277.14º | 0.91% | 0.86% | - |
| HSV(B) | 277.14º | 0.25% | 0.99% | - |
| XYZ | 67.76 | 59.92 | 100.09 | - |
| YUV | 207.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 252 | 0.10 | 0.25 | 0 | 0.01 | 277.14 | 0.91 | 0.86 |
| Hex | E4 | BD | FC | A | 19 | 0 | 1 | 115 | 5B | 56 |
| Octal | 344 | 275 | 374 | 12 | 31 | 0 | 1 | 425 | 133 | 126 |
| Binary | 11100100 | 10111101 | 11111100 | 1010 | 11001 | 0 | 1 | 100010101 | 1011011 | 1010110 |
Color Harmonies of #E4BDFC
Complementary color
Monochromatic Colors of #E4BDFC
Black with #E4BDFC
Text Example
Text Example
White with #E4BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDFC; }
p { color: rgb(228,189,252); }
H1.HeaderClassName
{
color: #E4BDFC;
}
.AnyTagClassName
{
color: #E4BDFC;
}
</style>
background-color css
<style>
a { background-color: #E4BDFC; }
a { background-color: rgb(228,189,252); }
div.DivClassName
{
background-color: #E4BDFC;
}
.BgClassName
{
background-color: #E4BDFC;
}
</style>
border-color css
<style>
span { border-color: #E4BDFC; }
span { border-color: rgb(228,189,252); }
td.TdClassName
{
border-color: #E4BDFC;
}
.TagClassName
{
border-color: #E4BDFC;
}
</style>