Shades of Mauve #EDA6FE
Tints of Mauve #EDA6FE
RGB
CMYK
RGB Variations
Color information
#EDA6FE (or 0xEDA6FE) is known color: Mauve. HEX triplet: ED, A6 and FE. RGB value is (237,166,254). Sum of RGB (Red+Green+Blue) = 237+166+254=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6FE is #125901. Grayscale: #C4C4C4. Windows color (decimal): -1202434 or 16688877. OLE color: 16688877.
HSL color Cylindrical-coordinate representation of color #EDA6FE: hue angle of 288.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA6FE is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 166 | 254 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.00 |
| HSL | 288.41º | 0.98% | 0.82% | - |
| HSV(B) | 288.41º | 0.35% | 1% | - |
| XYZ | 66.45 | 52.43 | 100.38 | - |
| YUV | 197.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 254 | 0.07 | 0.35 | 0 | 0.00 | 288.41 | 0.98 | 0.82 |
| Hex | ED | A6 | FE | 7 | 23 | 0 | 0 | 120 | 62 | 52 |
| Octal | 355 | 246 | 376 | 7 | 43 | 0 | 0 | 440 | 142 | 122 |
| Binary | 11101101 | 10100110 | 11111110 | 111 | 100011 | 0 | 0 | 100100000 | 1100010 | 1010010 |
Color Harmonies of #EDA6FE
Complementary color
Monochromatic Colors of #EDA6FE
Black with #EDA6FE
Text Example
Text Example
White with #EDA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6FE; }
p { color: rgb(237,166,254); }
H1.HeaderClassName
{
color: #EDA6FE;
}
.AnyTagClassName
{
color: #EDA6FE;
}
</style>
background-color css
<style>
a { background-color: #EDA6FE; }
a { background-color: rgb(237,166,254); }
div.DivClassName
{
background-color: #EDA6FE;
}
.BgClassName
{
background-color: #EDA6FE;
}
</style>
border-color css
<style>
span { border-color: #EDA6FE; }
span { border-color: rgb(237,166,254); }
td.TdClassName
{
border-color: #EDA6FE;
}
.TagClassName
{
border-color: #EDA6FE;
}
</style>