Shades of Mauve #E4BDF3
Tints of Mauve #E4BDF3
RGB
CMYK
RGB Variations
Color information
#E4BDF3 (or 0xE4BDF3) is known color: Mauve. HEX triplet: E4, BD and F3. RGB value is (228,189,243). Sum of RGB (Red+Green+Blue) = 228+189+243=660 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.55% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDF3 is #1B420C. Grayscale: #CECECE. Windows color (decimal): -1786381 or 15973860. OLE color: 15973860.
HSL color Cylindrical-coordinate representation of color #E4BDF3: hue angle of 283.33º degrees, saturation: 0.69, 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 #E4BDF3 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 189 | 243 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.05 |
| HSL | 283.33º | 0.69% | 0.85% | - |
| HSV(B) | 283.33º | 0.22% | 0.95% | - |
| XYZ | 66.37 | 59.36 | 92.75 | - |
| YUV | 206.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 243 | 0.06 | 0.22 | 0 | 0.05 | 283.33 | 0.69 | 0.85 |
| Hex | E4 | BD | F3 | 6 | 16 | 0 | 5 | 11B | 45 | 55 |
| Octal | 344 | 275 | 363 | 6 | 26 | 0 | 5 | 433 | 105 | 125 |
| Binary | 11100100 | 10111101 | 11110011 | 110 | 10110 | 0 | 101 | 100011011 | 1000101 | 1010101 |
Color Harmonies of #E4BDF3
Complementary color
Monochromatic Colors of #E4BDF3
Black with #E4BDF3
Text Example
Text Example
White with #E4BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDF3; }
p { color: rgb(228,189,243); }
H1.HeaderClassName
{
color: #E4BDF3;
}
.AnyTagClassName
{
color: #E4BDF3;
}
</style>
background-color css
<style>
a { background-color: #E4BDF3; }
a { background-color: rgb(228,189,243); }
div.DivClassName
{
background-color: #E4BDF3;
}
.BgClassName
{
background-color: #E4BDF3;
}
</style>
border-color css
<style>
span { border-color: #E4BDF3; }
span { border-color: rgb(228,189,243); }
td.TdClassName
{
border-color: #E4BDF3;
}
.TagClassName
{
border-color: #E4BDF3;
}
</style>