Shades of Mauve #EDB4F6
Tints of Mauve #EDB4F6
RGB
CMYK
RGB Variations
Color information
#EDB4F6 (or 0xEDB4F6) is known color: Mauve. HEX triplet: ED, B4 and F6. RGB value is (237,180,246). Sum of RGB (Red+Green+Blue) = 237+180+246=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDB4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4F6 is #124B09. Grayscale: #CCCCCC. Windows color (decimal): -1198858 or 16168173. OLE color: 16168173.
HSL color Cylindrical-coordinate representation of color #EDB4F6: hue angle of 291.82º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB4F6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 180 | 246 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.04 |
| HSL | 291.82º | 0.79% | 0.84% | - |
| HSV(B) | 291.82º | 0.27% | 0.96% | - |
| XYZ | 67.88 | 57.3 | 94.67 | - |
| YUV | 204.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 246 | 0.04 | 0.27 | 0 | 0.04 | 291.82 | 0.79 | 0.84 |
| Hex | ED | B4 | F6 | 4 | 1B | 0 | 4 | 124 | 4F | 54 |
| Octal | 355 | 264 | 366 | 4 | 33 | 0 | 4 | 444 | 117 | 124 |
| Binary | 11101101 | 10110100 | 11110110 | 100 | 11011 | 0 | 100 | 100100100 | 1001111 | 1010100 |
Color Harmonies of #EDB4F6
Complementary color
Monochromatic Colors of #EDB4F6
Black with #EDB4F6
Text Example
Text Example
White with #EDB4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4F6; }
p { color: rgb(237,180,246); }
H1.HeaderClassName
{
color: #EDB4F6;
}
.AnyTagClassName
{
color: #EDB4F6;
}
</style>
background-color css
<style>
a { background-color: #EDB4F6; }
a { background-color: rgb(237,180,246); }
div.DivClassName
{
background-color: #EDB4F6;
}
.BgClassName
{
background-color: #EDB4F6;
}
</style>
border-color css
<style>
span { border-color: #EDB4F6; }
span { border-color: rgb(237,180,246); }
td.TdClassName
{
border-color: #EDB4F6;
}
.TagClassName
{
border-color: #EDB4F6;
}
</style>