Shades of Mauve #EABDF2
Tints of Mauve #EABDF2
RGB
CMYK
RGB Variations
Color information
#EABDF2 (or 0xEABDF2) is known color: Mauve. HEX triplet: EA, BD and F2. RGB value is (234,189,242). Sum of RGB (Red+Green+Blue) = 234+189+242=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF2 is #15420D. Grayscale: #D0D0D0. Windows color (decimal): -1393166 or 15908330. OLE color: 15908330.
HSL color Cylindrical-coordinate representation of color #EABDF2: hue angle of 290.94º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABDF2 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 189 | 242 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.05 |
| HSL | 290.94º | 0.67% | 0.85% | - |
| HSV(B) | 290.94º | 0.22% | 0.95% | - |
| XYZ | 68.16 | 60.3 | 92.05 | - |
| YUV | 208.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 242 | 0.03 | 0.22 | 0 | 0.05 | 290.94 | 0.67 | 0.85 |
| Hex | EA | BD | F2 | 3 | 16 | 0 | 5 | 123 | 43 | 55 |
| Octal | 352 | 275 | 362 | 3 | 26 | 0 | 5 | 443 | 103 | 125 |
| Binary | 11101010 | 10111101 | 11110010 | 11 | 10110 | 0 | 101 | 100100011 | 1000011 | 1010101 |
Color Harmonies of #EABDF2
Complementary color
Monochromatic Colors of #EABDF2
Black with #EABDF2
Text Example
Text Example
White with #EABDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDF2; }
p { color: rgb(234,189,242); }
H1.HeaderClassName
{
color: #EABDF2;
}
.AnyTagClassName
{
color: #EABDF2;
}
</style>
background-color css
<style>
a { background-color: #EABDF2; }
a { background-color: rgb(234,189,242); }
div.DivClassName
{
background-color: #EABDF2;
}
.BgClassName
{
background-color: #EABDF2;
}
</style>
border-color css
<style>
span { border-color: #EABDF2; }
span { border-color: rgb(234,189,242); }
td.TdClassName
{
border-color: #EABDF2;
}
.TagClassName
{
border-color: #EABDF2;
}
</style>