Shades of Mauve #E6BCEE
Tints of Mauve #E6BCEE
RGB
CMYK
RGB Variations
Color information
#E6BCEE (or 0xE6BCEE) is known color: Mauve. HEX triplet: E6, BC and EE. RGB value is (230,188,238). Sum of RGB (Red+Green+Blue) = 230+188+238=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6BCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCEE is #194311. Grayscale: #CECECE. Windows color (decimal): -1655570 or 15645926. OLE color: 15645926.
HSL color Cylindrical-coordinate representation of color #E6BCEE: hue angle of 290.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BCEE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 188 | 238 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.07 |
| HSL | 290.4º | 0.6% | 0.84% | - |
| HSV(B) | 290.4º | 0.21% | 0.93% | - |
| XYZ | 66.05 | 58.96 | 88.79 | - |
| YUV | 206.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 238 | 0.03 | 0.21 | 0 | 0.07 | 290.4 | 0.6 | 0.84 |
| Hex | E6 | BC | EE | 3 | 15 | 0 | 7 | 122 | 3C | 54 |
| Octal | 346 | 274 | 356 | 3 | 25 | 0 | 7 | 442 | 74 | 124 |
| Binary | 11100110 | 10111100 | 11101110 | 11 | 10101 | 0 | 111 | 100100010 | 111100 | 1010100 |
Color Harmonies of #E6BCEE
Complementary color
Monochromatic Colors of #E6BCEE
Black with #E6BCEE
Text Example
Text Example
White with #E6BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCEE; }
p { color: rgb(230,188,238); }
H1.HeaderClassName
{
color: #E6BCEE;
}
.AnyTagClassName
{
color: #E6BCEE;
}
</style>
background-color css
<style>
a { background-color: #E6BCEE; }
a { background-color: rgb(230,188,238); }
div.DivClassName
{
background-color: #E6BCEE;
}
.BgClassName
{
background-color: #E6BCEE;
}
</style>
border-color css
<style>
span { border-color: #E6BCEE; }
span { border-color: rgb(230,188,238); }
td.TdClassName
{
border-color: #E6BCEE;
}
.TagClassName
{
border-color: #E6BCEE;
}
</style>