Shades of Mauve #E6BCFB
Tints of Mauve #E6BCFB
RGB
CMYK
RGB Variations
Color information
#E6BCFB (or 0xE6BCFB) is known color: Mauve. HEX triplet: E6, BC and FB. RGB value is (230,188,251). Sum of RGB (Red+Green+Blue) = 230+188+251=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCFB is #194304. Grayscale: #CFCFCF. Windows color (decimal): -1655557 or 16497894. OLE color: 16497894.
HSL color Cylindrical-coordinate representation of color #E6BCFB: hue angle of 280º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BCFB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 188 | 251 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.02 |
| HSL | 280º | 0.89% | 0.86% | - |
| HSV(B) | 280º | 0.25% | 0.98% | - |
| XYZ | 68.03 | 59.75 | 99.22 | - |
| YUV | 207.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 251 | 0.08 | 0.25 | 0 | 0.02 | 280 | 0.89 | 0.86 |
| Hex | E6 | BC | FB | 8 | 19 | 0 | 2 | 118 | 59 | 56 |
| Octal | 346 | 274 | 373 | 10 | 31 | 0 | 2 | 430 | 131 | 126 |
| Binary | 11100110 | 10111100 | 11111011 | 1000 | 11001 | 0 | 10 | 100011000 | 1011001 | 1010110 |
Color Harmonies of #E6BCFB
Complementary color
Monochromatic Colors of #E6BCFB
Black with #E6BCFB
Text Example
Text Example
White with #E6BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCFB; }
p { color: rgb(230,188,251); }
H1.HeaderClassName
{
color: #E6BCFB;
}
.AnyTagClassName
{
color: #E6BCFB;
}
</style>
background-color css
<style>
a { background-color: #E6BCFB; }
a { background-color: rgb(230,188,251); }
div.DivClassName
{
background-color: #E6BCFB;
}
.BgClassName
{
background-color: #E6BCFB;
}
</style>
border-color css
<style>
span { border-color: #E6BCFB; }
span { border-color: rgb(230,188,251); }
td.TdClassName
{
border-color: #E6BCFB;
}
.TagClassName
{
border-color: #E6BCFB;
}
</style>