Shades of Mauve #EDB5FA
Tints of Mauve #EDB5FA
RGB
CMYK
RGB Variations
Color information
#EDB5FA (or 0xEDB5FA) is known color: Mauve. HEX triplet: ED, B5 and FA. RGB value is (237,181,250). Sum of RGB (Red+Green+Blue) = 237+181+250=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 181 (71.09% from 255 or 27.10% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5FA is #124A05. Grayscale: #CDCDCD. Windows color (decimal): -1198598 or 16430573. OLE color: 16430573.
HSL color Cylindrical-coordinate representation of color #EDB5FA: hue angle of 288.7º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB5FA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 181 | 250 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.02 |
| HSL | 288.7º | 0.87% | 0.85% | - |
| HSV(B) | 288.7º | 0.28% | 0.98% | - |
| XYZ | 68.7 | 57.95 | 98.01 | - |
| YUV | 205.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 250 | 0.05 | 0.28 | 0 | 0.02 | 288.7 | 0.87 | 0.85 |
| Hex | ED | B5 | FA | 5 | 1C | 0 | 2 | 121 | 57 | 55 |
| Octal | 355 | 265 | 372 | 5 | 34 | 0 | 2 | 441 | 127 | 125 |
| Binary | 11101101 | 10110101 | 11111010 | 101 | 11100 | 0 | 10 | 100100001 | 1010111 | 1010101 |
Color Harmonies of #EDB5FA
Complementary color
Monochromatic Colors of #EDB5FA
Black with #EDB5FA
Text Example
Text Example
White with #EDB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5FA; }
p { color: rgb(237,181,250); }
H1.HeaderClassName
{
color: #EDB5FA;
}
.AnyTagClassName
{
color: #EDB5FA;
}
</style>
background-color css
<style>
a { background-color: #EDB5FA; }
a { background-color: rgb(237,181,250); }
div.DivClassName
{
background-color: #EDB5FA;
}
.BgClassName
{
background-color: #EDB5FA;
}
</style>
border-color css
<style>
span { border-color: #EDB5FA; }
span { border-color: rgb(237,181,250); }
td.TdClassName
{
border-color: #EDB5FA;
}
.TagClassName
{
border-color: #EDB5FA;
}
</style>