Shades of Mauve #EABBF7
Tints of Mauve #EABBF7
RGB
CMYK
RGB Variations
Color information
#EABBF7 (or 0xEABBF7) is known color: Mauve. HEX triplet: EA, BB and F7. RGB value is (234,187,247). Sum of RGB (Red+Green+Blue) = 234+187+247=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #EABBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF7 is #154408. Grayscale: #CFCFCF. Windows color (decimal): -1393673 or 16235498. OLE color: 16235498.
HSL color Cylindrical-coordinate representation of color #EABBF7: hue angle of 287º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABBF7 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 187 | 247 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.03 |
| HSL | 287º | 0.79% | 0.85% | - |
| HSV(B) | 287º | 0.24% | 0.97% | - |
| XYZ | 68.49 | 59.75 | 95.92 | - |
| YUV | 207.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 247 | 0.05 | 0.24 | 0 | 0.03 | 287 | 0.79 | 0.85 |
| Hex | EA | BB | F7 | 5 | 18 | 0 | 3 | 11F | 4F | 55 |
| Octal | 352 | 273 | 367 | 5 | 30 | 0 | 3 | 437 | 117 | 125 |
| Binary | 11101010 | 10111011 | 11110111 | 101 | 11000 | 0 | 11 | 100011111 | 1001111 | 1010101 |
Color Harmonies of #EABBF7
Complementary color
Monochromatic Colors of #EABBF7
Black with #EABBF7
Text Example
Text Example
White with #EABBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBF7; }
p { color: rgb(234,187,247); }
H1.HeaderClassName
{
color: #EABBF7;
}
.AnyTagClassName
{
color: #EABBF7;
}
</style>
background-color css
<style>
a { background-color: #EABBF7; }
a { background-color: rgb(234,187,247); }
div.DivClassName
{
background-color: #EABBF7;
}
.BgClassName
{
background-color: #EABBF7;
}
</style>
border-color css
<style>
span { border-color: #EABBF7; }
span { border-color: rgb(234,187,247); }
td.TdClassName
{
border-color: #EABBF7;
}
.TagClassName
{
border-color: #EABBF7;
}
</style>