Shades of Mauve #E2BDF6
Tints of Mauve #E2BDF6
RGB
CMYK
RGB Variations
Color information
#E2BDF6 (or 0xE2BDF6) is known color: Mauve. HEX triplet: E2, BD and F6. RGB value is (226,189,246). Sum of RGB (Red+Green+Blue) = 226+189+246=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDF6 is #1D4209. Grayscale: #CECECE. Windows color (decimal): -1917450 or 16170466. OLE color: 16170466.
HSL color Cylindrical-coordinate representation of color #E2BDF6: hue angle of 278.95º 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 #E2BDF6 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 189 | 246 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.04 |
| HSL | 278.95º | 0.76% | 0.85% | - |
| HSV(B) | 278.95º | 0.23% | 0.96% | - |
| XYZ | 66.2 | 59.22 | 95.13 | - |
| YUV | 206.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 246 | 0.08 | 0.23 | 0 | 0.04 | 278.95 | 0.76 | 0.85 |
| Hex | E2 | BD | F6 | 8 | 17 | 0 | 4 | 117 | 4C | 55 |
| Octal | 342 | 275 | 366 | 10 | 27 | 0 | 4 | 427 | 114 | 125 |
| Binary | 11100010 | 10111101 | 11110110 | 1000 | 10111 | 0 | 100 | 100010111 | 1001100 | 1010101 |
Color Harmonies of #E2BDF6
Complementary color
Monochromatic Colors of #E2BDF6
Black with #E2BDF6
Text Example
Text Example
White with #E2BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDF6; }
p { color: rgb(226,189,246); }
H1.HeaderClassName
{
color: #E2BDF6;
}
.AnyTagClassName
{
color: #E2BDF6;
}
</style>
background-color css
<style>
a { background-color: #E2BDF6; }
a { background-color: rgb(226,189,246); }
div.DivClassName
{
background-color: #E2BDF6;
}
.BgClassName
{
background-color: #E2BDF6;
}
</style>
border-color css
<style>
span { border-color: #E2BDF6; }
span { border-color: rgb(226,189,246); }
td.TdClassName
{
border-color: #E2BDF6;
}
.TagClassName
{
border-color: #E2BDF6;
}
</style>