Shades of Mauve #EDABF6
Tints of Mauve #EDABF6
RGB
CMYK
RGB Variations
Color information
#EDABF6 (or 0xEDABF6) is known color: Mauve. HEX triplet: ED, AB and F6. RGB value is (237,171,246). Sum of RGB (Red+Green+Blue) = 237+171+246=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABF6 is #125409. Grayscale: #C7C7C7. Windows color (decimal): -1201162 or 16165869. OLE color: 16165869.
HSL color Cylindrical-coordinate representation of color #EDABF6: hue angle of 292.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDABF6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 171 | 246 | - |
CMYK | 0.04 | 0.30 | 0 | 0.04 |
HSL | 292.8º | 0.81% | 0.82% | - |
HSV(B) | 292.8º | 0.3% | 0.96% | - |
XYZ | 66.12 | 53.78 | 94.09 | - |
YUV | 199.28 | 154.37 | 154.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 171 | 246 | 0.04 | 0.30 | 0 | 0.04 | 292.8 | 0.81 | 0.82 |
Hex | ED | AB | F6 | 4 | 1E | 0 | 4 | 125 | 51 | 52 |
Octal | 355 | 253 | 366 | 4 | 36 | 0 | 4 | 445 | 121 | 122 |
Binary | 11101101 | 10101011 | 11110110 | 100 | 11110 | 0 | 100 | 100100101 | 1010001 | 1010010 |
Color Harmonies of #EDABF6
Complementary color
Monochromatic Colors of #EDABF6
Black with #EDABF6
Text Example
Text Example
White with #EDABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABF6; }
p { color: rgb(237,171,246); }
H1.HeaderClassName
{
color: #EDABF6;
}
.AnyTagClassName
{
color: #EDABF6;
}
</style>
background-color css
<style>
a { background-color: #EDABF6; }
a { background-color: rgb(237,171,246); }
div.DivClassName
{
background-color: #EDABF6;
}
.BgClassName
{
background-color: #EDABF6;
}
</style>
border-color css
<style>
span { border-color: #EDABF6; }
span { border-color: rgb(237,171,246); }
td.TdClassName
{
border-color: #EDABF6;
}
.TagClassName
{
border-color: #EDABF6;
}
</style>