Shades of Mauve #EABAFD
Tints of Mauve #EABAFD
RGB
CMYK
RGB Variations
Color information
#EABAFD (or 0xEABAFD) is known color: Mauve. HEX triplet: EA, BA and FD. RGB value is (234,186,253). Sum of RGB (Red+Green+Blue) = 234+186+253=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #EABAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFD is #154502. Grayscale: #CFCFCF. Windows color (decimal): -1393923 or 16628458. OLE color: 16628458.
HSL color Cylindrical-coordinate representation of color #EABAFD: hue angle of 282.99º degrees, saturation: 0.94, 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 #EABAFD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 186 | 253 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.01 |
| HSL | 282.99º | 0.94% | 0.86% | - |
| HSV(B) | 282.99º | 0.26% | 0.99% | - |
| XYZ | 69.22 | 59.7 | 100.8 | - |
| YUV | 207.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 253 | 0.08 | 0.26 | 0 | 0.01 | 282.99 | 0.94 | 0.86 |
| Hex | EA | BA | FD | 8 | 1A | 0 | 1 | 11B | 5E | 56 |
| Octal | 352 | 272 | 375 | 10 | 32 | 0 | 1 | 433 | 136 | 126 |
| Binary | 11101010 | 10111010 | 11111101 | 1000 | 11010 | 0 | 1 | 100011011 | 1011110 | 1010110 |
Color Harmonies of #EABAFD
Complementary color
Monochromatic Colors of #EABAFD
Black with #EABAFD
Text Example
Text Example
White with #EABAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAFD; }
p { color: rgb(234,186,253); }
H1.HeaderClassName
{
color: #EABAFD;
}
.AnyTagClassName
{
color: #EABAFD;
}
</style>
background-color css
<style>
a { background-color: #EABAFD; }
a { background-color: rgb(234,186,253); }
div.DivClassName
{
background-color: #EABAFD;
}
.BgClassName
{
background-color: #EABAFD;
}
</style>
border-color css
<style>
span { border-color: #EABAFD; }
span { border-color: rgb(234,186,253); }
td.TdClassName
{
border-color: #EABAFD;
}
.TagClassName
{
border-color: #EABAFD;
}
</style>