Shades of Mauve #E4BDEF
Tints of Mauve #E4BDEF
RGB
CMYK
RGB Variations
Color information
#E4BDEF (or 0xE4BDEF) is known color: Mauve. HEX triplet: E4, BD and EF. RGB value is (228,189,239). Sum of RGB (Red+Green+Blue) = 228+189+239=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDEF is #1B4210. Grayscale: #CECECE. Windows color (decimal): -1786385 or 15711716. OLE color: 15711716.
HSL color Cylindrical-coordinate representation of color #E4BDEF: hue angle of 286.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4BDEF is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 189 | 239 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.06 |
| HSL | 286.8º | 0.61% | 0.84% | - |
| HSV(B) | 286.8º | 0.21% | 0.94% | - |
| XYZ | 65.77 | 59.12 | 89.61 | - |
| YUV | 206.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 239 | 0.05 | 0.21 | 0 | 0.06 | 286.8 | 0.61 | 0.84 |
| Hex | E4 | BD | EF | 5 | 15 | 0 | 6 | 11F | 3D | 54 |
| Octal | 344 | 275 | 357 | 5 | 25 | 0 | 6 | 437 | 75 | 124 |
| Binary | 11100100 | 10111101 | 11101111 | 101 | 10101 | 0 | 110 | 100011111 | 111101 | 1010100 |
Color Harmonies of #E4BDEF
Complementary color
Monochromatic Colors of #E4BDEF
Black with #E4BDEF
Text Example
Text Example
White with #E4BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDEF; }
p { color: rgb(228,189,239); }
H1.HeaderClassName
{
color: #E4BDEF;
}
.AnyTagClassName
{
color: #E4BDEF;
}
</style>
background-color css
<style>
a { background-color: #E4BDEF; }
a { background-color: rgb(228,189,239); }
div.DivClassName
{
background-color: #E4BDEF;
}
.BgClassName
{
background-color: #E4BDEF;
}
</style>
border-color css
<style>
span { border-color: #E4BDEF; }
span { border-color: rgb(228,189,239); }
td.TdClassName
{
border-color: #E4BDEF;
}
.TagClassName
{
border-color: #E4BDEF;
}
</style>