Shades of Mauve #EDA8FD
Tints of Mauve #EDA8FD
RGB
CMYK
RGB Variations
Color information
#EDA8FD (or 0xEDA8FD) is known color: Mauve. HEX triplet: ED, A8 and FD. RGB value is (237,168,253). Sum of RGB (Red+Green+Blue) = 237+168+253=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 168 (66.02% from 255 or 25.53% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8FD is #125702. Grayscale: #C6C6C6. Windows color (decimal): -1201923 or 16623853. OLE color: 16623853.
HSL color Cylindrical-coordinate representation of color #EDA8FD: hue angle of 288.71º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA8FD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 168 | 253 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.01 |
| HSL | 288.71º | 0.96% | 0.83% | - |
| HSV(B) | 288.71º | 0.34% | 0.99% | - |
| XYZ | 66.66 | 53.1 | 99.66 | - |
| YUV | 198.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 253 | 0.06 | 0.34 | 0 | 0.01 | 288.71 | 0.96 | 0.83 |
| Hex | ED | A8 | FD | 6 | 22 | 0 | 1 | 121 | 60 | 53 |
| Octal | 355 | 250 | 375 | 6 | 42 | 0 | 1 | 441 | 140 | 123 |
| Binary | 11101101 | 10101000 | 11111101 | 110 | 100010 | 0 | 1 | 100100001 | 1100000 | 1010011 |
Color Harmonies of #EDA8FD
Complementary color
Monochromatic Colors of #EDA8FD
Black with #EDA8FD
Text Example
Text Example
White with #EDA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8FD; }
p { color: rgb(237,168,253); }
H1.HeaderClassName
{
color: #EDA8FD;
}
.AnyTagClassName
{
color: #EDA8FD;
}
</style>
background-color css
<style>
a { background-color: #EDA8FD; }
a { background-color: rgb(237,168,253); }
div.DivClassName
{
background-color: #EDA8FD;
}
.BgClassName
{
background-color: #EDA8FD;
}
</style>
border-color css
<style>
span { border-color: #EDA8FD; }
span { border-color: rgb(237,168,253); }
td.TdClassName
{
border-color: #EDA8FD;
}
.TagClassName
{
border-color: #EDA8FD;
}
</style>