Shades of Mauve #EBBCFE
Tints of Mauve #EBBCFE
RGB
CMYK
RGB Variations
Color information
#EBBCFE (or 0xEBBCFE) is known color: Mauve. HEX triplet: EB, BC and FE. RGB value is (235,188,254). Sum of RGB (Red+Green+Blue) = 235+188+254=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBBCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCFE is #144301. Grayscale: #D1D1D1. Windows color (decimal): -1327874 or 16694507. OLE color: 16694507.
HSL color Cylindrical-coordinate representation of color #EBBCFE: hue angle of 282.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBBCFE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 188 | 254 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.00 |
| HSL | 282.73º | 0.97% | 0.87% | - |
| HSV(B) | 282.73º | 0.26% | 1% | - |
| XYZ | 70.13 | 60.78 | 101.8 | - |
| YUV | 209.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 254 | 0.07 | 0.26 | 0 | 0.00 | 282.73 | 0.97 | 0.87 |
| Hex | EB | BC | FE | 7 | 1A | 0 | 0 | 11B | 61 | 57 |
| Octal | 353 | 274 | 376 | 7 | 32 | 0 | 0 | 433 | 141 | 127 |
| Binary | 11101011 | 10111100 | 11111110 | 111 | 11010 | 0 | 0 | 100011011 | 1100001 | 1010111 |
Color Harmonies of #EBBCFE
Complementary color
Monochromatic Colors of #EBBCFE
Black with #EBBCFE
Text Example
Text Example
White with #EBBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCFE; }
p { color: rgb(235,188,254); }
H1.HeaderClassName
{
color: #EBBCFE;
}
.AnyTagClassName
{
color: #EBBCFE;
}
</style>
background-color css
<style>
a { background-color: #EBBCFE; }
a { background-color: rgb(235,188,254); }
div.DivClassName
{
background-color: #EBBCFE;
}
.BgClassName
{
background-color: #EBBCFE;
}
</style>
border-color css
<style>
span { border-color: #EBBCFE; }
span { border-color: rgb(235,188,254); }
td.TdClassName
{
border-color: #EBBCFE;
}
.TagClassName
{
border-color: #EBBCFE;
}
</style>