Shades of Mauve #E3BCFC
Tints of Mauve #E3BCFC
RGB
CMYK
RGB Variations
Color information
#E3BCFC (or 0xE3BCFC) is known color: Mauve. HEX triplet: E3, BC and FC. RGB value is (227,188,252). Sum of RGB (Red+Green+Blue) = 227+188+252=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BCFC is #1C4303. Grayscale: #CECECE. Windows color (decimal): -1852164 or 16563427. OLE color: 16563427.
HSL color Cylindrical-coordinate representation of color #E3BCFC: hue angle of 276.56º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3BCFC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 188 | 252 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.01 |
| HSL | 276.56º | 0.91% | 0.86% | - |
| HSV(B) | 276.56º | 0.25% | 0.99% | - |
| XYZ | 67.23 | 59.33 | 100 | - |
| YUV | 206.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 252 | 0.10 | 0.25 | 0 | 0.01 | 276.56 | 0.91 | 0.86 |
| Hex | E3 | BC | FC | A | 19 | 0 | 1 | 115 | 5B | 56 |
| Octal | 343 | 274 | 374 | 12 | 31 | 0 | 1 | 425 | 133 | 126 |
| Binary | 11100011 | 10111100 | 11111100 | 1010 | 11001 | 0 | 1 | 100010101 | 1011011 | 1010110 |
Color Harmonies of #E3BCFC
Complementary color
Monochromatic Colors of #E3BCFC
Black with #E3BCFC
Text Example
Text Example
White with #E3BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BCFC; }
p { color: rgb(227,188,252); }
H1.HeaderClassName
{
color: #E3BCFC;
}
.AnyTagClassName
{
color: #E3BCFC;
}
</style>
background-color css
<style>
a { background-color: #E3BCFC; }
a { background-color: rgb(227,188,252); }
div.DivClassName
{
background-color: #E3BCFC;
}
.BgClassName
{
background-color: #E3BCFC;
}
</style>
border-color css
<style>
span { border-color: #E3BCFC; }
span { border-color: rgb(227,188,252); }
td.TdClassName
{
border-color: #E3BCFC;
}
.TagClassName
{
border-color: #E3BCFC;
}
</style>