Shades of Mauve #E6C0FB
Tints of Mauve #E6C0FB
RGB
CMYK
RGB Variations
Color information
#E6C0FB (or 0xE6C0FB) is known color: Mauve. HEX triplet: E6, C0 and FB. RGB value is (230,192,251). Sum of RGB (Red+Green+Blue) = 230+192+251=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6C0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C0FB is #193F04. Grayscale: #D1D1D1. Windows color (decimal): -1654533 or 16498918. OLE color: 16498918.
HSL color Cylindrical-coordinate representation of color #E6C0FB: hue angle of 278.64º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6C0FB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 192 | 251 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.02 |
| HSL | 278.64º | 0.88% | 0.87% | - |
| HSV(B) | 278.64º | 0.24% | 0.98% | - |
| XYZ | 68.9 | 61.49 | 99.5 | - |
| YUV | 210.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 251 | 0.08 | 0.24 | 0 | 0.02 | 278.64 | 0.88 | 0.87 |
| Hex | E6 | C0 | FB | 8 | 18 | 0 | 2 | 117 | 58 | 57 |
| Octal | 346 | 300 | 373 | 10 | 30 | 0 | 2 | 427 | 130 | 127 |
| Binary | 11100110 | 11000000 | 11111011 | 1000 | 11000 | 0 | 10 | 100010111 | 1011000 | 1010111 |
Color Harmonies of #E6C0FB
Complementary color
Monochromatic Colors of #E6C0FB
Black with #E6C0FB
Text Example
Text Example
White with #E6C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0FB; }
p { color: rgb(230,192,251); }
H1.HeaderClassName
{
color: #E6C0FB;
}
.AnyTagClassName
{
color: #E6C0FB;
}
</style>
background-color css
<style>
a { background-color: #E6C0FB; }
a { background-color: rgb(230,192,251); }
div.DivClassName
{
background-color: #E6C0FB;
}
.BgClassName
{
background-color: #E6C0FB;
}
</style>
border-color css
<style>
span { border-color: #E6C0FB; }
span { border-color: rgb(230,192,251); }
td.TdClassName
{
border-color: #E6C0FB;
}
.TagClassName
{
border-color: #E6C0FB;
}
</style>