Shades of Mauve #E4BDF2
Tints of Mauve #E4BDF2
RGB
CMYK
RGB Variations
Color information
#E4BDF2 (or 0xE4BDF2) is known color: Mauve. HEX triplet: E4, BD and F2. RGB value is (228,189,242). Sum of RGB (Red+Green+Blue) = 228+189+242=659 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.60% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDF2 is #1B420D. Grayscale: #CECECE. Windows color (decimal): -1786382 or 15908324. OLE color: 15908324.
HSL color Cylindrical-coordinate representation of color #E4BDF2: hue angle of 284.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4BDF2 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 189 | 242 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.05 |
| HSL | 284.15º | 0.67% | 0.85% | - |
| HSV(B) | 284.15º | 0.22% | 0.95% | - |
| XYZ | 66.22 | 59.3 | 91.96 | - |
| YUV | 206.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 242 | 0.06 | 0.22 | 0 | 0.05 | 284.15 | 0.67 | 0.85 |
| Hex | E4 | BD | F2 | 6 | 16 | 0 | 5 | 11C | 43 | 55 |
| Octal | 344 | 275 | 362 | 6 | 26 | 0 | 5 | 434 | 103 | 125 |
| Binary | 11100100 | 10111101 | 11110010 | 110 | 10110 | 0 | 101 | 100011100 | 1000011 | 1010101 |
Color Harmonies of #E4BDF2
Complementary color
Monochromatic Colors of #E4BDF2
Black with #E4BDF2
Text Example
Text Example
White with #E4BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDF2; }
p { color: rgb(228,189,242); }
H1.HeaderClassName
{
color: #E4BDF2;
}
.AnyTagClassName
{
color: #E4BDF2;
}
</style>
background-color css
<style>
a { background-color: #E4BDF2; }
a { background-color: rgb(228,189,242); }
div.DivClassName
{
background-color: #E4BDF2;
}
.BgClassName
{
background-color: #E4BDF2;
}
</style>
border-color css
<style>
span { border-color: #E4BDF2; }
span { border-color: rgb(228,189,242); }
td.TdClassName
{
border-color: #E4BDF2;
}
.TagClassName
{
border-color: #E4BDF2;
}
</style>