Shades of Mauve #E0BDFD
Tints of Mauve #E0BDFD
RGB
CMYK
RGB Variations
Color information
#E0BDFD (or 0xE0BDFD) is known color: Mauve. HEX triplet: E0, BD and FD. RGB value is (224,189,253). Sum of RGB (Red+Green+Blue) = 224+189+253=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDFD is #1F4202. Grayscale: #CECECE. Windows color (decimal): -2048515 or 16629216. OLE color: 16629216.
HSL color Cylindrical-coordinate representation of color #E0BDFD: hue angle of 272.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0BDFD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 189 | 253 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.01 |
| HSL | 272.81º | 0.94% | 0.87% | - |
| HSV(B) | 272.81º | 0.25% | 0.99% | - |
| XYZ | 66.67 | 59.33 | 100.87 | - |
| YUV | 206.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 253 | 0.11 | 0.25 | 0 | 0.01 | 272.81 | 0.94 | 0.87 |
| Hex | E0 | BD | FD | B | 19 | 0 | 1 | 111 | 5E | 57 |
| Octal | 340 | 275 | 375 | 13 | 31 | 0 | 1 | 421 | 136 | 127 |
| Binary | 11100000 | 10111101 | 11111101 | 1011 | 11001 | 0 | 1 | 100010001 | 1011110 | 1010111 |
Color Harmonies of #E0BDFD
Complementary color
Monochromatic Colors of #E0BDFD
Black with #E0BDFD
Text Example
Text Example
White with #E0BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDFD; }
p { color: rgb(224,189,253); }
H1.HeaderClassName
{
color: #E0BDFD;
}
.AnyTagClassName
{
color: #E0BDFD;
}
</style>
background-color css
<style>
a { background-color: #E0BDFD; }
a { background-color: rgb(224,189,253); }
div.DivClassName
{
background-color: #E0BDFD;
}
.BgClassName
{
background-color: #E0BDFD;
}
</style>
border-color css
<style>
span { border-color: #E0BDFD; }
span { border-color: rgb(224,189,253); }
td.TdClassName
{
border-color: #E0BDFD;
}
.TagClassName
{
border-color: #E0BDFD;
}
</style>