Shades of Mauve #E0BCFD
Tints of Mauve #E0BCFD
RGB
CMYK
RGB Variations
Color information
#E0BCFD (or 0xE0BCFD) is known color: Mauve. HEX triplet: E0, BC and FD. RGB value is (224,188,253). Sum of RGB (Red+Green+Blue) = 224+188+253=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCFD is #1F4302. Grayscale: #CDCDCD. Windows color (decimal): -2048771 or 16628960. OLE color: 16628960.
HSL color Cylindrical-coordinate representation of color #E0BCFD: hue angle of 273.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BCFD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 188 | 253 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.01 |
| HSL | 273.23º | 0.94% | 0.86% | - |
| HSV(B) | 273.23º | 0.26% | 0.99% | - |
| XYZ | 66.45 | 58.91 | 100.8 | - |
| YUV | 206.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 253 | 0.11 | 0.26 | 0 | 0.01 | 273.23 | 0.94 | 0.86 |
| Hex | E0 | BC | FD | B | 1A | 0 | 1 | 111 | 5E | 56 |
| Octal | 340 | 274 | 375 | 13 | 32 | 0 | 1 | 421 | 136 | 126 |
| Binary | 11100000 | 10111100 | 11111101 | 1011 | 11010 | 0 | 1 | 100010001 | 1011110 | 1010110 |
Color Harmonies of #E0BCFD
Complementary color
Monochromatic Colors of #E0BCFD
Black with #E0BCFD
Text Example
Text Example
White with #E0BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCFD; }
p { color: rgb(224,188,253); }
H1.HeaderClassName
{
color: #E0BCFD;
}
.AnyTagClassName
{
color: #E0BCFD;
}
</style>
background-color css
<style>
a { background-color: #E0BCFD; }
a { background-color: rgb(224,188,253); }
div.DivClassName
{
background-color: #E0BCFD;
}
.BgClassName
{
background-color: #E0BCFD;
}
</style>
border-color css
<style>
span { border-color: #E0BCFD; }
span { border-color: rgb(224,188,253); }
td.TdClassName
{
border-color: #E0BCFD;
}
.TagClassName
{
border-color: #E0BCFD;
}
</style>