Shades of Mauve #EBBFFB
Tints of Mauve #EBBFFB
RGB
CMYK
RGB Variations
Color information
#EBBFFB (or 0xEBBFFB) is known color: Mauve. HEX triplet: EB, BF and FB. RGB value is (235,191,251). Sum of RGB (Red+Green+Blue) = 235+191+251=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBBFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFFB is #144004. Grayscale: #D2D2D2. Windows color (decimal): -1327109 or 16498667. OLE color: 16498667.
HSL color Cylindrical-coordinate representation of color #EBBFFB: hue angle of 284º 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 #EBBFFB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 191 | 251 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.02 |
| HSL | 284º | 0.88% | 0.87% | - |
| HSV(B) | 284º | 0.24% | 0.98% | - |
| XYZ | 70.3 | 61.89 | 99.51 | - |
| YUV | 211 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 251 | 0.06 | 0.24 | 0 | 0.02 | 284 | 0.88 | 0.87 |
| Hex | EB | BF | FB | 6 | 18 | 0 | 2 | 11C | 58 | 57 |
| Octal | 353 | 277 | 373 | 6 | 30 | 0 | 2 | 434 | 130 | 127 |
| Binary | 11101011 | 10111111 | 11111011 | 110 | 11000 | 0 | 10 | 100011100 | 1011000 | 1010111 |
Color Harmonies of #EBBFFB
Complementary color
Monochromatic Colors of #EBBFFB
Black with #EBBFFB
Text Example
Text Example
White with #EBBFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFFB; }
p { color: rgb(235,191,251); }
H1.HeaderClassName
{
color: #EBBFFB;
}
.AnyTagClassName
{
color: #EBBFFB;
}
</style>
background-color css
<style>
a { background-color: #EBBFFB; }
a { background-color: rgb(235,191,251); }
div.DivClassName
{
background-color: #EBBFFB;
}
.BgClassName
{
background-color: #EBBFFB;
}
</style>
border-color css
<style>
span { border-color: #EBBFFB; }
span { border-color: rgb(235,191,251); }
td.TdClassName
{
border-color: #EBBFFB;
}
.TagClassName
{
border-color: #EBBFFB;
}
</style>