Shades of Mauve #EBBBFC
Tints of Mauve #EBBBFC
RGB
CMYK
RGB Variations
Color information
#EBBBFC (or 0xEBBBFC) is known color: Mauve. HEX triplet: EB, BB and FC. RGB value is (235,187,252). Sum of RGB (Red+Green+Blue) = 235+187+252=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 187 (73.44% from 255 or 27.74% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBFC is #144403. Grayscale: #D0D0D0. Windows color (decimal): -1328132 or 16563179. OLE color: 16563179.
HSL color Cylindrical-coordinate representation of color #EBBBFC: hue angle of 284.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBBBFC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 187 | 252 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.01 |
| HSL | 284.31º | 0.92% | 0.86% | - |
| HSV(B) | 284.31º | 0.26% | 0.99% | - |
| XYZ | 69.6 | 60.23 | 100.05 | - |
| YUV | 208.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 252 | 0.07 | 0.26 | 0 | 0.01 | 284.31 | 0.92 | 0.86 |
| Hex | EB | BB | FC | 7 | 1A | 0 | 1 | 11C | 5C | 56 |
| Octal | 353 | 273 | 374 | 7 | 32 | 0 | 1 | 434 | 134 | 126 |
| Binary | 11101011 | 10111011 | 11111100 | 111 | 11010 | 0 | 1 | 100011100 | 1011100 | 1010110 |
Color Harmonies of #EBBBFC
Complementary color
Monochromatic Colors of #EBBBFC
Black with #EBBBFC
Text Example
Text Example
White with #EBBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBFC; }
p { color: rgb(235,187,252); }
H1.HeaderClassName
{
color: #EBBBFC;
}
.AnyTagClassName
{
color: #EBBBFC;
}
</style>
background-color css
<style>
a { background-color: #EBBBFC; }
a { background-color: rgb(235,187,252); }
div.DivClassName
{
background-color: #EBBBFC;
}
.BgClassName
{
background-color: #EBBBFC;
}
</style>
border-color css
<style>
span { border-color: #EBBBFC; }
span { border-color: rgb(235,187,252); }
td.TdClassName
{
border-color: #EBBBFC;
}
.TagClassName
{
border-color: #EBBBFC;
}
</style>