Shades of Mauve #E6BBFB
Tints of Mauve #E6BBFB
RGB
CMYK
RGB Variations
Color information
#E6BBFB (or 0xE6BBFB) is known color: Mauve. HEX triplet: E6, BB and FB. RGB value is (230,187,251). Sum of RGB (Red+Green+Blue) = 230+187+251=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBFB is #194404. Grayscale: #CECECE. Windows color (decimal): -1655813 or 16497638. OLE color: 16497638.
HSL color Cylindrical-coordinate representation of color #E6BBFB: hue angle of 280.31º 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 #E6BBFB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 187 | 251 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.02 |
| HSL | 280.31º | 0.89% | 0.86% | - |
| HSV(B) | 280.31º | 0.25% | 0.98% | - |
| XYZ | 67.82 | 59.33 | 99.14 | - |
| YUV | 207.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 251 | 0.08 | 0.25 | 0 | 0.02 | 280.31 | 0.89 | 0.86 |
| Hex | E6 | BB | FB | 8 | 19 | 0 | 2 | 118 | 59 | 56 |
| Octal | 346 | 273 | 373 | 10 | 31 | 0 | 2 | 430 | 131 | 126 |
| Binary | 11100110 | 10111011 | 11111011 | 1000 | 11001 | 0 | 10 | 100011000 | 1011001 | 1010110 |
Color Harmonies of #E6BBFB
Complementary color
Monochromatic Colors of #E6BBFB
Black with #E6BBFB
Text Example
Text Example
White with #E6BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBFB; }
p { color: rgb(230,187,251); }
H1.HeaderClassName
{
color: #E6BBFB;
}
.AnyTagClassName
{
color: #E6BBFB;
}
</style>
background-color css
<style>
a { background-color: #E6BBFB; }
a { background-color: rgb(230,187,251); }
div.DivClassName
{
background-color: #E6BBFB;
}
.BgClassName
{
background-color: #E6BBFB;
}
</style>
border-color css
<style>
span { border-color: #E6BBFB; }
span { border-color: rgb(230,187,251); }
td.TdClassName
{
border-color: #E6BBFB;
}
.TagClassName
{
border-color: #E6BBFB;
}
</style>