Shades of Mauve #EBBBF7
Tints of Mauve #EBBBF7
RGB
CMYK
RGB Variations
Color information
#EBBBF7 (or 0xEBBBF7) is known color: Mauve. HEX triplet: EB, BB and F7. RGB value is (235,187,247). Sum of RGB (Red+Green+Blue) = 235+187+247=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBBBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF7 is #144408. Grayscale: #D0D0D0. Windows color (decimal): -1328137 or 16235499. OLE color: 16235499.
HSL color Cylindrical-coordinate representation of color #EBBBF7: hue angle of 288º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBBBF7 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 187 | 247 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.03 |
| HSL | 288º | 0.79% | 0.85% | - |
| HSV(B) | 288º | 0.24% | 0.97% | - |
| XYZ | 68.82 | 59.92 | 95.93 | - |
| YUV | 208.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 247 | 0.05 | 0.24 | 0 | 0.03 | 288 | 0.79 | 0.85 |
| Hex | EB | BB | F7 | 5 | 18 | 0 | 3 | 120 | 4F | 55 |
| Octal | 353 | 273 | 367 | 5 | 30 | 0 | 3 | 440 | 117 | 125 |
| Binary | 11101011 | 10111011 | 11110111 | 101 | 11000 | 0 | 11 | 100100000 | 1001111 | 1010101 |
Color Harmonies of #EBBBF7
Complementary color
Monochromatic Colors of #EBBBF7
Black with #EBBBF7
Text Example
Text Example
White with #EBBBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBF7; }
p { color: rgb(235,187,247); }
H1.HeaderClassName
{
color: #EBBBF7;
}
.AnyTagClassName
{
color: #EBBBF7;
}
</style>
background-color css
<style>
a { background-color: #EBBBF7; }
a { background-color: rgb(235,187,247); }
div.DivClassName
{
background-color: #EBBBF7;
}
.BgClassName
{
background-color: #EBBBF7;
}
</style>
border-color css
<style>
span { border-color: #EBBBF7; }
span { border-color: rgb(235,187,247); }
td.TdClassName
{
border-color: #EBBBF7;
}
.TagClassName
{
border-color: #EBBBF7;
}
</style>