Shades of Mauve #EDA7FF
Tints of Mauve #EDA7FF
RGB
CMYK
RGB Variations
Color information
#EDA7FF (or 0xEDA7FF) is known color: Mauve. HEX triplet: ED, A7 and FF. RGB value is (237,167,255). Sum of RGB (Red+Green+Blue) = 237+167+255=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 167 (65.62% from 255 or 25.34% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7FF is #125800. Grayscale: #C5C5C5. Windows color (decimal): -1202177 or 16754669. OLE color: 16754669.
HSL color Cylindrical-coordinate representation of color #EDA7FF: hue angle of 287.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA7FF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 167 | 255 | - |
| CMYK | 0.07 | 0.35 | 0 | 0 |
| HSL | 287.73º | 1% | 0.83% | - |
| HSV(B) | 287.73º | 0.35% | 1% | - |
| XYZ | 66.79 | 52.86 | 101.29 | - |
| YUV | 197.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 255 | 0.07 | 0.35 | 0 | 0 | 287.73 | 1 | 0.83 |
| Hex | ED | A7 | FF | 7 | 23 | 0 | 0 | 120 | 64 | 53 |
| Octal | 355 | 247 | 377 | 7 | 43 | 0 | 0 | 440 | 144 | 123 |
| Binary | 11101101 | 10100111 | 11111111 | 111 | 100011 | 0 | 0 | 100100000 | 1100100 | 1010011 |
Color Harmonies of #EDA7FF
Complementary color
Monochromatic Colors of #EDA7FF
Black with #EDA7FF
Text Example
Text Example
White with #EDA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7FF; }
p { color: rgb(237,167,255); }
H1.HeaderClassName
{
color: #EDA7FF;
}
.AnyTagClassName
{
color: #EDA7FF;
}
</style>
background-color css
<style>
a { background-color: #EDA7FF; }
a { background-color: rgb(237,167,255); }
div.DivClassName
{
background-color: #EDA7FF;
}
.BgClassName
{
background-color: #EDA7FF;
}
</style>
border-color css
<style>
span { border-color: #EDA7FF; }
span { border-color: rgb(237,167,255); }
td.TdClassName
{
border-color: #EDA7FF;
}
.TagClassName
{
border-color: #EDA7FF;
}
</style>