Shades of Mauve #EDA8FE
Tints of Mauve #EDA8FE
RGB
CMYK
RGB Variations
Color information
#EDA8FE (or 0xEDA8FE) is known color: Mauve. HEX triplet: ED, A8 and FE. RGB value is (237,168,254). Sum of RGB (Red+Green+Blue) = 237+168+254=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8FE is #125701. Grayscale: #C6C6C6. Windows color (decimal): -1201922 or 16689389. OLE color: 16689389.
HSL color Cylindrical-coordinate representation of color #EDA8FE: hue angle of 288.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA8FE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 168 | 254 | - |
CMYK | 0.07 | 0.34 | 0 | 0.00 |
HSL | 288.14º | 0.98% | 0.83% | - |
HSV(B) | 288.14º | 0.34% | 1% | - |
XYZ | 66.82 | 53.17 | 100.51 | - |
YUV | 198.44 | 159.36 | 155.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 254 | 0.07 | 0.34 | 0 | 0.00 | 288.14 | 0.98 | 0.83 |
Hex | ED | A8 | FE | 7 | 22 | 0 | 0 | 120 | 62 | 53 |
Octal | 355 | 250 | 376 | 7 | 42 | 0 | 0 | 440 | 142 | 123 |
Binary | 11101101 | 10101000 | 11111110 | 111 | 100010 | 0 | 0 | 100100000 | 1100010 | 1010011 |
Color Harmonies of #EDA8FE
Complementary color
Monochromatic Colors of #EDA8FE
Black with #EDA8FE
Text Example
Text Example
White with #EDA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8FE; }
p { color: rgb(237,168,254); }
H1.HeaderClassName
{
color: #EDA8FE;
}
.AnyTagClassName
{
color: #EDA8FE;
}
</style>
background-color css
<style>
a { background-color: #EDA8FE; }
a { background-color: rgb(237,168,254); }
div.DivClassName
{
background-color: #EDA8FE;
}
.BgClassName
{
background-color: #EDA8FE;
}
</style>
border-color css
<style>
span { border-color: #EDA8FE; }
span { border-color: rgb(237,168,254); }
td.TdClassName
{
border-color: #EDA8FE;
}
.TagClassName
{
border-color: #EDA8FE;
}
</style>