Shades of Mauve #EDBAF5
Tints of Mauve #EDBAF5
RGB
CMYK
RGB Variations
Color information
#EDBAF5 (or 0xEDBAF5) is known color: Mauve. HEX triplet: ED, BA and F5. RGB value is (237,186,245). Sum of RGB (Red+Green+Blue) = 237+186+245=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF5 is #12450A. Grayscale: #CFCFCF. Windows color (decimal): -1197323 or 16104173. OLE color: 16104173.
HSL color Cylindrical-coordinate representation of color #EDBAF5: hue angle of 291.86º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBAF5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 186 | 245 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.04 |
| HSL | 291.86º | 0.75% | 0.85% | - |
| HSV(B) | 291.86º | 0.24% | 0.96% | - |
| XYZ | 68.97 | 59.71 | 94.28 | - |
| YUV | 207.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 245 | 0.03 | 0.24 | 0 | 0.04 | 291.86 | 0.75 | 0.85 |
| Hex | ED | BA | F5 | 3 | 18 | 0 | 4 | 124 | 4B | 55 |
| Octal | 355 | 272 | 365 | 3 | 30 | 0 | 4 | 444 | 113 | 125 |
| Binary | 11101101 | 10111010 | 11110101 | 11 | 11000 | 0 | 100 | 100100100 | 1001011 | 1010101 |
Color Harmonies of #EDBAF5
Complementary color
Monochromatic Colors of #EDBAF5
Black with #EDBAF5
Text Example
Text Example
White with #EDBAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAF5; }
p { color: rgb(237,186,245); }
H1.HeaderClassName
{
color: #EDBAF5;
}
.AnyTagClassName
{
color: #EDBAF5;
}
</style>
background-color css
<style>
a { background-color: #EDBAF5; }
a { background-color: rgb(237,186,245); }
div.DivClassName
{
background-color: #EDBAF5;
}
.BgClassName
{
background-color: #EDBAF5;
}
</style>
border-color css
<style>
span { border-color: #EDBAF5; }
span { border-color: rgb(237,186,245); }
td.TdClassName
{
border-color: #EDBAF5;
}
.TagClassName
{
border-color: #EDBAF5;
}
</style>