Shades of Mauve #E0BDF3
Tints of Mauve #E0BDF3
RGB
CMYK
RGB Variations
Color information
#E0BDF3 (or 0xE0BDF3) is known color: Mauve. HEX triplet: E0, BD and F3. RGB value is (224,189,243). Sum of RGB (Red+Green+Blue) = 224+189+243=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDF3 is #1F420C. Grayscale: #CDCDCD. Windows color (decimal): -2048525 or 15973856. OLE color: 15973856.
HSL color Cylindrical-coordinate representation of color #E0BDF3: hue angle of 278.89º 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 #E0BDF3 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 189 | 243 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.05 |
| HSL | 278.89º | 0.69% | 0.85% | - |
| HSV(B) | 278.89º | 0.22% | 0.95% | - |
| XYZ | 65.12 | 58.71 | 92.69 | - |
| YUV | 205.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 243 | 0.08 | 0.22 | 0 | 0.05 | 278.89 | 0.69 | 0.85 |
| Hex | E0 | BD | F3 | 8 | 16 | 0 | 5 | 117 | 45 | 55 |
| Octal | 340 | 275 | 363 | 10 | 26 | 0 | 5 | 427 | 105 | 125 |
| Binary | 11100000 | 10111101 | 11110011 | 1000 | 10110 | 0 | 101 | 100010111 | 1000101 | 1010101 |
Color Harmonies of #E0BDF3
Complementary color
Monochromatic Colors of #E0BDF3
Black with #E0BDF3
Text Example
Text Example
White with #E0BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDF3; }
p { color: rgb(224,189,243); }
H1.HeaderClassName
{
color: #E0BDF3;
}
.AnyTagClassName
{
color: #E0BDF3;
}
</style>
background-color css
<style>
a { background-color: #E0BDF3; }
a { background-color: rgb(224,189,243); }
div.DivClassName
{
background-color: #E0BDF3;
}
.BgClassName
{
background-color: #E0BDF3;
}
</style>
border-color css
<style>
span { border-color: #E0BDF3; }
span { border-color: rgb(224,189,243); }
td.TdClassName
{
border-color: #E0BDF3;
}
.TagClassName
{
border-color: #E0BDF3;
}
</style>