Shades of Mauve #EABDF6
Tints of Mauve #EABDF6
RGB
CMYK
RGB Variations
Color information
#EABDF6 (or 0xEABDF6) is known color: Mauve. HEX triplet: EA, BD and F6. RGB value is (234,189,246). Sum of RGB (Red+Green+Blue) = 234+189+246=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #EABDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF6 is #154209. Grayscale: #D0D0D0. Windows color (decimal): -1393162 or 16170474. OLE color: 16170474.
HSL color Cylindrical-coordinate representation of color #EABDF6: hue angle of 287.37º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABDF6 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 189 | 246 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.04 |
| HSL | 287.37º | 0.76% | 0.85% | - |
| HSV(B) | 287.37º | 0.23% | 0.96% | - |
| XYZ | 68.76 | 60.54 | 95.25 | - |
| YUV | 208.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 246 | 0.05 | 0.23 | 0 | 0.04 | 287.37 | 0.76 | 0.85 |
| Hex | EA | BD | F6 | 5 | 17 | 0 | 4 | 11F | 4C | 55 |
| Octal | 352 | 275 | 366 | 5 | 27 | 0 | 4 | 437 | 114 | 125 |
| Binary | 11101010 | 10111101 | 11110110 | 101 | 10111 | 0 | 100 | 100011111 | 1001100 | 1010101 |
Color Harmonies of #EABDF6
Complementary color
Monochromatic Colors of #EABDF6
Black with #EABDF6
Text Example
Text Example
White with #EABDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDF6; }
p { color: rgb(234,189,246); }
H1.HeaderClassName
{
color: #EABDF6;
}
.AnyTagClassName
{
color: #EABDF6;
}
</style>
background-color css
<style>
a { background-color: #EABDF6; }
a { background-color: rgb(234,189,246); }
div.DivClassName
{
background-color: #EABDF6;
}
.BgClassName
{
background-color: #EABDF6;
}
</style>
border-color css
<style>
span { border-color: #EABDF6; }
span { border-color: rgb(234,189,246); }
td.TdClassName
{
border-color: #EABDF6;
}
.TagClassName
{
border-color: #EABDF6;
}
</style>