Shades of Mauve #E6BCF0
Tints of Mauve #E6BCF0
RGB
CMYK
RGB Variations
Color information
#E6BCF0 (or 0xE6BCF0) is known color: Mauve. HEX triplet: E6, BC and F0. RGB value is (230,188,240). Sum of RGB (Red+Green+Blue) = 230+188+240=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6BCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCF0 is #19430F. Grayscale: #CECECE. Windows color (decimal): -1655568 or 15776998. OLE color: 15776998.
HSL color Cylindrical-coordinate representation of color #E6BCF0: hue angle of 288.46º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6BCF0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 188 | 240 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.06 |
| HSL | 288.46º | 0.63% | 0.84% | - |
| HSV(B) | 288.46º | 0.22% | 0.94% | - |
| XYZ | 66.34 | 59.08 | 90.35 | - |
| YUV | 206.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 240 | 0.04 | 0.22 | 0 | 0.06 | 288.46 | 0.63 | 0.84 |
| Hex | E6 | BC | F0 | 4 | 16 | 0 | 6 | 120 | 3F | 54 |
| Octal | 346 | 274 | 360 | 4 | 26 | 0 | 6 | 440 | 77 | 124 |
| Binary | 11100110 | 10111100 | 11110000 | 100 | 10110 | 0 | 110 | 100100000 | 111111 | 1010100 |
Color Harmonies of #E6BCF0
Complementary color
Monochromatic Colors of #E6BCF0
Black with #E6BCF0
Text Example
Text Example
White with #E6BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCF0; }
p { color: rgb(230,188,240); }
H1.HeaderClassName
{
color: #E6BCF0;
}
.AnyTagClassName
{
color: #E6BCF0;
}
</style>
background-color css
<style>
a { background-color: #E6BCF0; }
a { background-color: rgb(230,188,240); }
div.DivClassName
{
background-color: #E6BCF0;
}
.BgClassName
{
background-color: #E6BCF0;
}
</style>
border-color css
<style>
span { border-color: #E6BCF0; }
span { border-color: rgb(230,188,240); }
td.TdClassName
{
border-color: #E6BCF0;
}
.TagClassName
{
border-color: #E6BCF0;
}
</style>