Shades of Mauve #EDB9F5
Tints of Mauve #EDB9F5
RGB
CMYK
RGB Variations
Color information
#EDB9F5 (or 0xEDB9F5) is known color: Mauve. HEX triplet: ED, B9 and F5. RGB value is (237,185,245). Sum of RGB (Red+Green+Blue) = 237+185+245=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDB9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9F5 is #12460A. Grayscale: #CFCFCF. Windows color (decimal): -1197579 or 16103917. OLE color: 16103917.
HSL color Cylindrical-coordinate representation of color #EDB9F5: hue angle of 292º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB9F5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 185 | 245 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.04 |
| HSL | 292º | 0.75% | 0.84% | - |
| HSV(B) | 292º | 0.24% | 0.96% | - |
| XYZ | 68.76 | 59.3 | 94.21 | - |
| YUV | 207.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 245 | 0.03 | 0.24 | 0 | 0.04 | 292 | 0.75 | 0.84 |
| Hex | ED | B9 | F5 | 3 | 18 | 0 | 4 | 124 | 4B | 54 |
| Octal | 355 | 271 | 365 | 3 | 30 | 0 | 4 | 444 | 113 | 124 |
| Binary | 11101101 | 10111001 | 11110101 | 11 | 11000 | 0 | 100 | 100100100 | 1001011 | 1010100 |
Color Harmonies of #EDB9F5
Complementary color
Monochromatic Colors of #EDB9F5
Black with #EDB9F5
Text Example
Text Example
White with #EDB9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9F5; }
p { color: rgb(237,185,245); }
H1.HeaderClassName
{
color: #EDB9F5;
}
.AnyTagClassName
{
color: #EDB9F5;
}
</style>
background-color css
<style>
a { background-color: #EDB9F5; }
a { background-color: rgb(237,185,245); }
div.DivClassName
{
background-color: #EDB9F5;
}
.BgClassName
{
background-color: #EDB9F5;
}
</style>
border-color css
<style>
span { border-color: #EDB9F5; }
span { border-color: rgb(237,185,245); }
td.TdClassName
{
border-color: #EDB9F5;
}
.TagClassName
{
border-color: #EDB9F5;
}
</style>