Shades of Mauve #E1BDFC
Tints of Mauve #E1BDFC
RGB
CMYK
RGB Variations
Color information
#E1BDFC (or 0xE1BDFC) is known color: Mauve. HEX triplet: E1, BD and FC. RGB value is (225,189,252). Sum of RGB (Red+Green+Blue) = 225+189+252=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDFC is #1E4203. Grayscale: #CECECE. Windows color (decimal): -1982980 or 16563681. OLE color: 16563681.
HSL color Cylindrical-coordinate representation of color #E1BDFC: hue angle of 274.29º 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 #E1BDFC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 189 | 252 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.01 |
| HSL | 274.29º | 0.91% | 0.86% | - |
| HSV(B) | 274.29º | 0.25% | 0.99% | - |
| XYZ | 66.82 | 59.43 | 100.05 | - |
| YUV | 206.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 252 | 0.11 | 0.25 | 0 | 0.01 | 274.29 | 0.91 | 0.86 |
| Hex | E1 | BD | FC | B | 19 | 0 | 1 | 112 | 5B | 56 |
| Octal | 341 | 275 | 374 | 13 | 31 | 0 | 1 | 422 | 133 | 126 |
| Binary | 11100001 | 10111101 | 11111100 | 1011 | 11001 | 0 | 1 | 100010010 | 1011011 | 1010110 |
Color Harmonies of #E1BDFC
Complementary color
Monochromatic Colors of #E1BDFC
Black with #E1BDFC
Text Example
Text Example
White with #E1BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDFC; }
p { color: rgb(225,189,252); }
H1.HeaderClassName
{
color: #E1BDFC;
}
.AnyTagClassName
{
color: #E1BDFC;
}
</style>
background-color css
<style>
a { background-color: #E1BDFC; }
a { background-color: rgb(225,189,252); }
div.DivClassName
{
background-color: #E1BDFC;
}
.BgClassName
{
background-color: #E1BDFC;
}
</style>
border-color css
<style>
span { border-color: #E1BDFC; }
span { border-color: rgb(225,189,252); }
td.TdClassName
{
border-color: #E1BDFC;
}
.TagClassName
{
border-color: #E1BDFC;
}
</style>