Shades of Mauve #E1BDFF
Tints of Mauve #E1BDFF
RGB
CMYK
RGB Variations
Color information
#E1BDFF (or 0xE1BDFF) is known color: Mauve. HEX triplet: E1, BD and FF. RGB value is (225,189,255). Sum of RGB (Red+Green+Blue) = 225+189+255=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDFF is #1E4200. Grayscale: #CFCFCF. Windows color (decimal): -1982977 or 16760289. OLE color: 16760289.
HSL color Cylindrical-coordinate representation of color #E1BDFF: hue angle of 272.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1BDFF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 189 | 255 | - |
| CMYK | 0.12 | 0.26 | 0 | 0 |
| HSL | 272.73º | 1% | 0.87% | - |
| HSV(B) | 272.73º | 0.26% | 1% | - |
| XYZ | 67.3 | 59.62 | 102.57 | - |
| YUV | 207.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 255 | 0.12 | 0.26 | 0 | 0 | 272.73 | 1 | 0.87 |
| Hex | E1 | BD | FF | C | 1A | 0 | 0 | 111 | 64 | 57 |
| Octal | 341 | 275 | 377 | 14 | 32 | 0 | 0 | 421 | 144 | 127 |
| Binary | 11100001 | 10111101 | 11111111 | 1100 | 11010 | 0 | 0 | 100010001 | 1100100 | 1010111 |
Color Harmonies of #E1BDFF
Complementary color
Monochromatic Colors of #E1BDFF
Black with #E1BDFF
Text Example
Text Example
White with #E1BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDFF; }
p { color: rgb(225,189,255); }
H1.HeaderClassName
{
color: #E1BDFF;
}
.AnyTagClassName
{
color: #E1BDFF;
}
</style>
background-color css
<style>
a { background-color: #E1BDFF; }
a { background-color: rgb(225,189,255); }
div.DivClassName
{
background-color: #E1BDFF;
}
.BgClassName
{
background-color: #E1BDFF;
}
</style>
border-color css
<style>
span { border-color: #E1BDFF; }
span { border-color: rgb(225,189,255); }
td.TdClassName
{
border-color: #E1BDFF;
}
.TagClassName
{
border-color: #E1BDFF;
}
</style>