Shades of Mauve #EDB8FA
Tints of Mauve #EDB8FA
RGB
CMYK
RGB Variations
Color information
#EDB8FA (or 0xEDB8FA) is known color: Mauve. HEX triplet: ED, B8 and FA. RGB value is (237,184,250). Sum of RGB (Red+Green+Blue) = 237+184+250=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8FA is #124705. Grayscale: #CFCFCF. Windows color (decimal): -1197830 or 16431341. OLE color: 16431341.
HSL color Cylindrical-coordinate representation of color #EDB8FA: hue angle of 288.18º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB8FA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 184 | 250 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.02 |
| HSL | 288.18º | 0.87% | 0.85% | - |
| HSV(B) | 288.18º | 0.26% | 0.98% | - |
| XYZ | 69.32 | 59.19 | 98.21 | - |
| YUV | 207.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 250 | 0.05 | 0.26 | 0 | 0.02 | 288.18 | 0.87 | 0.85 |
| Hex | ED | B8 | FA | 5 | 1A | 0 | 2 | 120 | 57 | 55 |
| Octal | 355 | 270 | 372 | 5 | 32 | 0 | 2 | 440 | 127 | 125 |
| Binary | 11101101 | 10111000 | 11111010 | 101 | 11010 | 0 | 10 | 100100000 | 1010111 | 1010101 |
Color Harmonies of #EDB8FA
Complementary color
Monochromatic Colors of #EDB8FA
Black with #EDB8FA
Text Example
Text Example
White with #EDB8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8FA; }
p { color: rgb(237,184,250); }
H1.HeaderClassName
{
color: #EDB8FA;
}
.AnyTagClassName
{
color: #EDB8FA;
}
</style>
background-color css
<style>
a { background-color: #EDB8FA; }
a { background-color: rgb(237,184,250); }
div.DivClassName
{
background-color: #EDB8FA;
}
.BgClassName
{
background-color: #EDB8FA;
}
</style>
border-color css
<style>
span { border-color: #EDB8FA; }
span { border-color: rgb(237,184,250); }
td.TdClassName
{
border-color: #EDB8FA;
}
.TagClassName
{
border-color: #EDB8FA;
}
</style>