Shades of Mauve #EDB4FA
Tints of Mauve #EDB4FA
RGB
CMYK
RGB Variations
Color information
#EDB4FA (or 0xEDB4FA) is known color: Mauve. HEX triplet: ED, B4 and FA. RGB value is (237,180,250). Sum of RGB (Red+Green+Blue) = 237+180+250=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 180 (70.70% from 255 or 26.99% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4FA is #124B05. Grayscale: #CCCCCC. Windows color (decimal): -1198854 or 16430317. OLE color: 16430317.
HSL color Cylindrical-coordinate representation of color #EDB4FA: hue angle of 288.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB4FA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 180 | 250 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.02 |
| HSL | 288.86º | 0.88% | 0.84% | - |
| HSV(B) | 288.86º | 0.28% | 0.98% | - |
| XYZ | 68.5 | 57.55 | 97.94 | - |
| YUV | 205.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 250 | 0.05 | 0.28 | 0 | 0.02 | 288.86 | 0.88 | 0.84 |
| Hex | ED | B4 | FA | 5 | 1C | 0 | 2 | 121 | 58 | 54 |
| Octal | 355 | 264 | 372 | 5 | 34 | 0 | 2 | 441 | 130 | 124 |
| Binary | 11101101 | 10110100 | 11111010 | 101 | 11100 | 0 | 10 | 100100001 | 1011000 | 1010100 |
Color Harmonies of #EDB4FA
Complementary color
Monochromatic Colors of #EDB4FA
Black with #EDB4FA
Text Example
Text Example
White with #EDB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4FA; }
p { color: rgb(237,180,250); }
H1.HeaderClassName
{
color: #EDB4FA;
}
.AnyTagClassName
{
color: #EDB4FA;
}
</style>
background-color css
<style>
a { background-color: #EDB4FA; }
a { background-color: rgb(237,180,250); }
div.DivClassName
{
background-color: #EDB4FA;
}
.BgClassName
{
background-color: #EDB4FA;
}
</style>
border-color css
<style>
span { border-color: #EDB4FA; }
span { border-color: rgb(237,180,250); }
td.TdClassName
{
border-color: #EDB4FA;
}
.TagClassName
{
border-color: #EDB4FA;
}
</style>