Shades of Mauve #EDADF9
Tints of Mauve #EDADF9
RGB
CMYK
RGB Variations
Color information
#EDADF9 (or 0xEDADF9) is known color: Mauve. HEX triplet: ED, AD and F9. RGB value is (237,173,249). Sum of RGB (Red+Green+Blue) = 237+173+249=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDADF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADF9 is #125206. Grayscale: #C8C8C8. Windows color (decimal): -1200647 or 16362989. OLE color: 16362989.
HSL color Cylindrical-coordinate representation of color #EDADF9: hue angle of 290.53º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDADF9 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 173 | 249 | - |
CMYK | 0.05 | 0.31 | 0 | 0.02 |
HSL | 290.53º | 0.86% | 0.83% | - |
HSV(B) | 290.53º | 0.31% | 0.98% | - |
XYZ | 66.97 | 54.73 | 96.66 | - |
YUV | 200.8 | 155.2 | 153.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 173 | 249 | 0.05 | 0.31 | 0 | 0.02 | 290.53 | 0.86 | 0.83 |
Hex | ED | AD | F9 | 5 | 1F | 0 | 2 | 123 | 56 | 53 |
Octal | 355 | 255 | 371 | 5 | 37 | 0 | 2 | 443 | 126 | 123 |
Binary | 11101101 | 10101101 | 11111001 | 101 | 11111 | 0 | 10 | 100100011 | 1010110 | 1010011 |
Color Harmonies of #EDADF9
Complementary color
Monochromatic Colors of #EDADF9
Black with #EDADF9
Text Example
Text Example
White with #EDADF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADF9; }
p { color: rgb(237,173,249); }
H1.HeaderClassName
{
color: #EDADF9;
}
.AnyTagClassName
{
color: #EDADF9;
}
</style>
background-color css
<style>
a { background-color: #EDADF9; }
a { background-color: rgb(237,173,249); }
div.DivClassName
{
background-color: #EDADF9;
}
.BgClassName
{
background-color: #EDADF9;
}
</style>
border-color css
<style>
span { border-color: #EDADF9; }
span { border-color: rgb(237,173,249); }
td.TdClassName
{
border-color: #EDADF9;
}
.TagClassName
{
border-color: #EDADF9;
}
</style>