Shades of Mauve #EDA6FF
Tints of Mauve #EDA6FF
RGB
CMYK
RGB Variations
Color information
#EDA6FF (or 0xEDA6FF) is known color: Mauve. HEX triplet: ED, A6 and FF. RGB value is (237,166,255). Sum of RGB (Red+Green+Blue) = 237+166+255=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 166 (65.23% from 255 or 25.23% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6FF is #125900. Grayscale: #C5C5C5. Windows color (decimal): -1202433 or 16754413. OLE color: 16754413.
HSL color Cylindrical-coordinate representation of color #EDA6FF: hue angle of 287.87º 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 #EDA6FF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 166 | 255 | - |
| CMYK | 0.07 | 0.35 | 0 | 0 |
| HSL | 287.87º | 1% | 0.83% | - |
| HSV(B) | 287.87º | 0.35% | 1% | - |
| XYZ | 66.61 | 52.5 | 101.23 | - |
| YUV | 197.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 255 | 0.07 | 0.35 | 0 | 0 | 287.87 | 1 | 0.83 |
| Hex | ED | A6 | FF | 7 | 23 | 0 | 0 | 120 | 64 | 53 |
| Octal | 355 | 246 | 377 | 7 | 43 | 0 | 0 | 440 | 144 | 123 |
| Binary | 11101101 | 10100110 | 11111111 | 111 | 100011 | 0 | 0 | 100100000 | 1100100 | 1010011 |
Color Harmonies of #EDA6FF
Complementary color
Monochromatic Colors of #EDA6FF
Black with #EDA6FF
Text Example
Text Example
White with #EDA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6FF; }
p { color: rgb(237,166,255); }
H1.HeaderClassName
{
color: #EDA6FF;
}
.AnyTagClassName
{
color: #EDA6FF;
}
</style>
background-color css
<style>
a { background-color: #EDA6FF; }
a { background-color: rgb(237,166,255); }
div.DivClassName
{
background-color: #EDA6FF;
}
.BgClassName
{
background-color: #EDA6FF;
}
</style>
border-color css
<style>
span { border-color: #EDA6FF; }
span { border-color: rgb(237,166,255); }
td.TdClassName
{
border-color: #EDA6FF;
}
.TagClassName
{
border-color: #EDA6FF;
}
</style>