Shades of Mauve #E4BDF6
Tints of Mauve #E4BDF6
RGB
CMYK
RGB Variations
Color information
#E4BDF6 (or 0xE4BDF6) is known color: Mauve. HEX triplet: E4, BD and F6. RGB value is (228,189,246). Sum of RGB (Red+Green+Blue) = 228+189+246=663 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.39% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #E4BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDF6 is #1B4209. Grayscale: #CECECE. Windows color (decimal): -1786378 or 16170468. OLE color: 16170468.
HSL color Cylindrical-coordinate representation of color #E4BDF6: hue angle of 281.05º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BDF6 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 189 | 246 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.04 |
| HSL | 281.05º | 0.76% | 0.85% | - |
| HSV(B) | 281.05º | 0.23% | 0.96% | - |
| XYZ | 66.83 | 59.54 | 95.16 | - |
| YUV | 207.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 246 | 0.07 | 0.23 | 0 | 0.04 | 281.05 | 0.76 | 0.85 |
| Hex | E4 | BD | F6 | 7 | 17 | 0 | 4 | 119 | 4C | 55 |
| Octal | 344 | 275 | 366 | 7 | 27 | 0 | 4 | 431 | 114 | 125 |
| Binary | 11100100 | 10111101 | 11110110 | 111 | 10111 | 0 | 100 | 100011001 | 1001100 | 1010101 |
Color Harmonies of #E4BDF6
Complementary color
Monochromatic Colors of #E4BDF6
Black with #E4BDF6
Text Example
Text Example
White with #E4BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDF6; }
p { color: rgb(228,189,246); }
H1.HeaderClassName
{
color: #E4BDF6;
}
.AnyTagClassName
{
color: #E4BDF6;
}
</style>
background-color css
<style>
a { background-color: #E4BDF6; }
a { background-color: rgb(228,189,246); }
div.DivClassName
{
background-color: #E4BDF6;
}
.BgClassName
{
background-color: #E4BDF6;
}
</style>
border-color css
<style>
span { border-color: #E4BDF6; }
span { border-color: rgb(228,189,246); }
td.TdClassName
{
border-color: #E4BDF6;
}
.TagClassName
{
border-color: #E4BDF6;
}
</style>