Shades of Mauve #EBADFD
Tints of Mauve #EBADFD
RGB
CMYK
RGB Variations
Color information
#EBADFD (or 0xEBADFD) is known color: Mauve. HEX triplet: EB, AD and FD. RGB value is (235,173,253). Sum of RGB (Red+Green+Blue) = 235+173+253=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFD is #145202. Grayscale: #C8C8C8. Windows color (decimal): -1331715 or 16625131. OLE color: 16625131.
HSL color Cylindrical-coordinate representation of color #EBADFD: hue angle of 286.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBADFD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 173 | 253 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.01 |
| HSL | 286.5º | 0.95% | 0.84% | - |
| HSV(B) | 286.5º | 0.32% | 0.99% | - |
| XYZ | 66.93 | 54.64 | 99.95 | - |
| YUV | 200.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 253 | 0.07 | 0.32 | 0 | 0.01 | 286.5 | 0.95 | 0.84 |
| Hex | EB | AD | FD | 7 | 20 | 0 | 1 | 11E | 5F | 54 |
| Octal | 353 | 255 | 375 | 7 | 40 | 0 | 1 | 436 | 137 | 124 |
| Binary | 11101011 | 10101101 | 11111101 | 111 | 100000 | 0 | 1 | 100011110 | 1011111 | 1010100 |
Color Harmonies of #EBADFD
Complementary color
Monochromatic Colors of #EBADFD
Black with #EBADFD
Text Example
Text Example
White with #EBADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADFD; }
p { color: rgb(235,173,253); }
H1.HeaderClassName
{
color: #EBADFD;
}
.AnyTagClassName
{
color: #EBADFD;
}
</style>
background-color css
<style>
a { background-color: #EBADFD; }
a { background-color: rgb(235,173,253); }
div.DivClassName
{
background-color: #EBADFD;
}
.BgClassName
{
background-color: #EBADFD;
}
</style>
border-color css
<style>
span { border-color: #EBADFD; }
span { border-color: rgb(235,173,253); }
td.TdClassName
{
border-color: #EBADFD;
}
.TagClassName
{
border-color: #EBADFD;
}
</style>