Shades of Mauve #EBBBF6
Tints of Mauve #EBBBF6
RGB
CMYK
RGB Variations
Color information
#EBBBF6 (or 0xEBBBF6) is known color: Mauve. HEX triplet: EB, BB and F6. RGB value is (235,187,246). Sum of RGB (Red+Green+Blue) = 235+187+246=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF6 is #144409. Grayscale: #CFCFCF. Windows color (decimal): -1328138 or 16169963. OLE color: 16169963.
HSL color Cylindrical-coordinate representation of color #EBBBF6: hue angle of 288.81º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBBBF6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 187 | 246 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.04 |
| HSL | 288.81º | 0.77% | 0.85% | - |
| HSV(B) | 288.81º | 0.24% | 0.96% | - |
| XYZ | 68.67 | 59.86 | 95.12 | - |
| YUV | 208.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 246 | 0.04 | 0.24 | 0 | 0.04 | 288.81 | 0.77 | 0.85 |
| Hex | EB | BB | F6 | 4 | 18 | 0 | 4 | 121 | 4D | 55 |
| Octal | 353 | 273 | 366 | 4 | 30 | 0 | 4 | 441 | 115 | 125 |
| Binary | 11101011 | 10111011 | 11110110 | 100 | 11000 | 0 | 100 | 100100001 | 1001101 | 1010101 |
Color Harmonies of #EBBBF6
Complementary color
Monochromatic Colors of #EBBBF6
Black with #EBBBF6
Text Example
Text Example
White with #EBBBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBF6; }
p { color: rgb(235,187,246); }
H1.HeaderClassName
{
color: #EBBBF6;
}
.AnyTagClassName
{
color: #EBBBF6;
}
</style>
background-color css
<style>
a { background-color: #EBBBF6; }
a { background-color: rgb(235,187,246); }
div.DivClassName
{
background-color: #EBBBF6;
}
.BgClassName
{
background-color: #EBBBF6;
}
</style>
border-color css
<style>
span { border-color: #EBBBF6; }
span { border-color: rgb(235,187,246); }
td.TdClassName
{
border-color: #EBBBF6;
}
.TagClassName
{
border-color: #EBBBF6;
}
</style>