Shades of Mauve #E6BCF2
Tints of Mauve #E6BCF2
RGB
CMYK
RGB Variations
Color information
#E6BCF2 (or 0xE6BCF2) is known color: Mauve. HEX triplet: E6, BC and F2. RGB value is (230,188,242). Sum of RGB (Red+Green+Blue) = 230+188+242=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6BCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCF2 is #19430D. Grayscale: #CECECE. Windows color (decimal): -1655566 or 15908070. OLE color: 15908070.
HSL color Cylindrical-coordinate representation of color #E6BCF2: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6BCF2 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 188 | 242 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.05 |
| HSL | 286.67º | 0.68% | 0.84% | - |
| HSV(B) | 286.67º | 0.22% | 0.95% | - |
| XYZ | 66.64 | 59.2 | 91.92 | - |
| YUV | 206.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 242 | 0.05 | 0.22 | 0 | 0.05 | 286.67 | 0.68 | 0.84 |
| Hex | E6 | BC | F2 | 5 | 16 | 0 | 5 | 11F | 44 | 54 |
| Octal | 346 | 274 | 362 | 5 | 26 | 0 | 5 | 437 | 104 | 124 |
| Binary | 11100110 | 10111100 | 11110010 | 101 | 10110 | 0 | 101 | 100011111 | 1000100 | 1010100 |
Color Harmonies of #E6BCF2
Complementary color
Monochromatic Colors of #E6BCF2
Black with #E6BCF2
Text Example
Text Example
White with #E6BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCF2; }
p { color: rgb(230,188,242); }
H1.HeaderClassName
{
color: #E6BCF2;
}
.AnyTagClassName
{
color: #E6BCF2;
}
</style>
background-color css
<style>
a { background-color: #E6BCF2; }
a { background-color: rgb(230,188,242); }
div.DivClassName
{
background-color: #E6BCF2;
}
.BgClassName
{
background-color: #E6BCF2;
}
</style>
border-color css
<style>
span { border-color: #E6BCF2; }
span { border-color: rgb(230,188,242); }
td.TdClassName
{
border-color: #E6BCF2;
}
.TagClassName
{
border-color: #E6BCF2;
}
</style>