Shades of Mauve #EABDFB
Tints of Mauve #EABDFB
RGB
CMYK
RGB Variations
Color information
#EABDFB (or 0xEABDFB) is known color: Mauve. HEX triplet: EA, BD and FB. RGB value is (234,189,251). Sum of RGB (Red+Green+Blue) = 234+189+251=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDFB is #154204. Grayscale: #D1D1D1. Windows color (decimal): -1393157 or 16498154. OLE color: 16498154.
HSL color Cylindrical-coordinate representation of color #EABDFB: hue angle of 283.55º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABDFB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 189 | 251 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.02 |
| HSL | 283.55º | 0.89% | 0.86% | - |
| HSV(B) | 283.55º | 0.25% | 0.98% | - |
| XYZ | 69.54 | 60.85 | 99.35 | - |
| YUV | 209.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 251 | 0.07 | 0.25 | 0 | 0.02 | 283.55 | 0.89 | 0.86 |
| Hex | EA | BD | FB | 7 | 19 | 0 | 2 | 11C | 59 | 56 |
| Octal | 352 | 275 | 373 | 7 | 31 | 0 | 2 | 434 | 131 | 126 |
| Binary | 11101010 | 10111101 | 11111011 | 111 | 11001 | 0 | 10 | 100011100 | 1011001 | 1010110 |
Color Harmonies of #EABDFB
Complementary color
Monochromatic Colors of #EABDFB
Black with #EABDFB
Text Example
Text Example
White with #EABDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDFB; }
p { color: rgb(234,189,251); }
H1.HeaderClassName
{
color: #EABDFB;
}
.AnyTagClassName
{
color: #EABDFB;
}
</style>
background-color css
<style>
a { background-color: #EABDFB; }
a { background-color: rgb(234,189,251); }
div.DivClassName
{
background-color: #EABDFB;
}
.BgClassName
{
background-color: #EABDFB;
}
</style>
border-color css
<style>
span { border-color: #EABDFB; }
span { border-color: rgb(234,189,251); }
td.TdClassName
{
border-color: #EABDFB;
}
.TagClassName
{
border-color: #EABDFB;
}
</style>