Shades of Mauve #EBBFFF
Tints of Mauve #EBBFFF
RGB
CMYK
RGB Variations
Color information
#EBBFFF (or 0xEBBFFF) is known color: Mauve. HEX triplet: EB, BF and FF. RGB value is (235,191,255). Sum of RGB (Red+Green+Blue) = 235+191+255=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFFF is #144000. Grayscale: #D3D3D3. Windows color (decimal): -1327105 or 16760811. OLE color: 16760811.
HSL color Cylindrical-coordinate representation of color #EBBFFF: hue angle of 281.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBFFF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 191 | 255 | - |
| CMYK | 0.08 | 0.25 | 0 | 0 |
| HSL | 281.25º | 1% | 0.87% | - |
| HSV(B) | 281.25º | 0.25% | 1% | - |
| XYZ | 70.94 | 62.14 | 102.86 | - |
| YUV | 211.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 255 | 0.08 | 0.25 | 0 | 0 | 281.25 | 1 | 0.87 |
| Hex | EB | BF | FF | 8 | 19 | 0 | 0 | 119 | 64 | 57 |
| Octal | 353 | 277 | 377 | 10 | 31 | 0 | 0 | 431 | 144 | 127 |
| Binary | 11101011 | 10111111 | 11111111 | 1000 | 11001 | 0 | 0 | 100011001 | 1100100 | 1010111 |
Color Harmonies of #EBBFFF
Complementary color
Monochromatic Colors of #EBBFFF
Black with #EBBFFF
Text Example
Text Example
White with #EBBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFFF; }
p { color: rgb(235,191,255); }
H1.HeaderClassName
{
color: #EBBFFF;
}
.AnyTagClassName
{
color: #EBBFFF;
}
</style>
background-color css
<style>
a { background-color: #EBBFFF; }
a { background-color: rgb(235,191,255); }
div.DivClassName
{
background-color: #EBBFFF;
}
.BgClassName
{
background-color: #EBBFFF;
}
</style>
border-color css
<style>
span { border-color: #EBBFFF; }
span { border-color: rgb(235,191,255); }
td.TdClassName
{
border-color: #EBBFFF;
}
.TagClassName
{
border-color: #EBBFFF;
}
</style>