Shades of Mauve #EBB8FE
Tints of Mauve #EBB8FE
RGB
CMYK
RGB Variations
Color information
#EBB8FE (or 0xEBB8FE) is known color: Mauve. HEX triplet: EB, B8 and FE. RGB value is (235,184,254). Sum of RGB (Red+Green+Blue) = 235+184+254=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 184 (72.27% from 255 or 27.34% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB8FE is #144701. Grayscale: #CFCFCF. Windows color (decimal): -1328898 or 16693483. OLE color: 16693483.
HSL color Cylindrical-coordinate representation of color #EBB8FE: hue angle of 283.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB8FE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 184 | 254 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.00 |
| HSL | 283.71º | 0.97% | 0.86% | - |
| HSV(B) | 283.71º | 0.28% | 1% | - |
| XYZ | 69.29 | 59.1 | 101.52 | - |
| YUV | 207.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 254 | 0.07 | 0.28 | 0 | 0.00 | 283.71 | 0.97 | 0.86 |
| Hex | EB | B8 | FE | 7 | 1C | 0 | 0 | 11C | 61 | 56 |
| Octal | 353 | 270 | 376 | 7 | 34 | 0 | 0 | 434 | 141 | 126 |
| Binary | 11101011 | 10111000 | 11111110 | 111 | 11100 | 0 | 0 | 100011100 | 1100001 | 1010110 |
Color Harmonies of #EBB8FE
Complementary color
Monochromatic Colors of #EBB8FE
Black with #EBB8FE
Text Example
Text Example
White with #EBB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8FE; }
p { color: rgb(235,184,254); }
H1.HeaderClassName
{
color: #EBB8FE;
}
.AnyTagClassName
{
color: #EBB8FE;
}
</style>
background-color css
<style>
a { background-color: #EBB8FE; }
a { background-color: rgb(235,184,254); }
div.DivClassName
{
background-color: #EBB8FE;
}
.BgClassName
{
background-color: #EBB8FE;
}
</style>
border-color css
<style>
span { border-color: #EBB8FE; }
span { border-color: rgb(235,184,254); }
td.TdClassName
{
border-color: #EBB8FE;
}
.TagClassName
{
border-color: #EBB8FE;
}
</style>