Shades of Mauve #EDA6F9
Tints of Mauve #EDA6F9
RGB
CMYK
RGB Variations
Color information
#EDA6F9 (or 0xEDA6F9) is known color: Mauve. HEX triplet: ED, A6 and F9. RGB value is (237,166,249). Sum of RGB (Red+Green+Blue) = 237+166+249=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDA6F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6F9 is #125906. Grayscale: #C4C4C4. Windows color (decimal): -1202439 or 16361197. OLE color: 16361197.
HSL color Cylindrical-coordinate representation of color #EDA6F9: hue angle of 291.33º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA6F9 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 166 | 249 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.02 |
| HSL | 291.33º | 0.87% | 0.81% | - |
| HSV(B) | 291.33º | 0.33% | 0.98% | - |
| XYZ | 65.66 | 52.12 | 96.22 | - |
| YUV | 196.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 249 | 0.05 | 0.33 | 0 | 0.02 | 291.33 | 0.87 | 0.81 |
| Hex | ED | A6 | F9 | 5 | 21 | 0 | 2 | 123 | 57 | 51 |
| Octal | 355 | 246 | 371 | 5 | 41 | 0 | 2 | 443 | 127 | 121 |
| Binary | 11101101 | 10100110 | 11111001 | 101 | 100001 | 0 | 10 | 100100011 | 1010111 | 1010001 |
Color Harmonies of #EDA6F9
Complementary color
Monochromatic Colors of #EDA6F9
Black with #EDA6F9
Text Example
Text Example
White with #EDA6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6F9; }
p { color: rgb(237,166,249); }
H1.HeaderClassName
{
color: #EDA6F9;
}
.AnyTagClassName
{
color: #EDA6F9;
}
</style>
background-color css
<style>
a { background-color: #EDA6F9; }
a { background-color: rgb(237,166,249); }
div.DivClassName
{
background-color: #EDA6F9;
}
.BgClassName
{
background-color: #EDA6F9;
}
</style>
border-color css
<style>
span { border-color: #EDA6F9; }
span { border-color: rgb(237,166,249); }
td.TdClassName
{
border-color: #EDA6F9;
}
.TagClassName
{
border-color: #EDA6F9;
}
</style>