Shades of Mauve #EBADFF
Tints of Mauve #EBADFF
RGB
CMYK
RGB Variations
Color information
#EBADFF (or 0xEBADFF) is known color: Mauve. HEX triplet: EB, AD and FF. RGB value is (235,173,255). Sum of RGB (Red+Green+Blue) = 235+173+255=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFF is #145200. Grayscale: #C8C8C8. Windows color (decimal): -1331713 or 16756203. OLE color: 16756203.
HSL color Cylindrical-coordinate representation of color #EBADFF: hue angle of 285.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBADFF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 173 | 255 | - |
| CMYK | 0.08 | 0.32 | 0 | 0 |
| HSL | 285.37º | 1% | 0.84% | - |
| HSV(B) | 285.37º | 0.32% | 1% | - |
| XYZ | 67.25 | 54.77 | 101.63 | - |
| YUV | 200.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 255 | 0.08 | 0.32 | 0 | 0 | 285.37 | 1 | 0.84 |
| Hex | EB | AD | FF | 8 | 20 | 0 | 0 | 11D | 64 | 54 |
| Octal | 353 | 255 | 377 | 10 | 40 | 0 | 0 | 435 | 144 | 124 |
| Binary | 11101011 | 10101101 | 11111111 | 1000 | 100000 | 0 | 0 | 100011101 | 1100100 | 1010100 |
Color Harmonies of #EBADFF
Complementary color
Monochromatic Colors of #EBADFF
Black with #EBADFF
Text Example
Text Example
White with #EBADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADFF; }
p { color: rgb(235,173,255); }
H1.HeaderClassName
{
color: #EBADFF;
}
.AnyTagClassName
{
color: #EBADFF;
}
</style>
background-color css
<style>
a { background-color: #EBADFF; }
a { background-color: rgb(235,173,255); }
div.DivClassName
{
background-color: #EBADFF;
}
.BgClassName
{
background-color: #EBADFF;
}
</style>
border-color css
<style>
span { border-color: #EBADFF; }
span { border-color: rgb(235,173,255); }
td.TdClassName
{
border-color: #EBADFF;
}
.TagClassName
{
border-color: #EBADFF;
}
</style>