Shades of Mauve #EDA3FC
Tints of Mauve #EDA3FC
RGB
CMYK
RGB Variations
Color information
#EDA3FC (or 0xEDA3FC) is known color: Mauve. HEX triplet: ED, A3 and FC. RGB value is (237,163,252). Sum of RGB (Red+Green+Blue) = 237+163+252=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 163 (64.06% from 255 or 25% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA3FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3FC is #125C03. Grayscale: #C2C2C2. Windows color (decimal): -1203204 or 16557037. OLE color: 16557037.
HSL color Cylindrical-coordinate representation of color #EDA3FC: hue angle of 289.89º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA3FC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 163 | 252 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.01 |
| HSL | 289.89º | 0.94% | 0.81% | - |
| HSV(B) | 289.89º | 0.35% | 0.99% | - |
| XYZ | 65.59 | 51.23 | 98.53 | - |
| YUV | 195.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 252 | 0.06 | 0.35 | 0 | 0.01 | 289.89 | 0.94 | 0.81 |
| Hex | ED | A3 | FC | 6 | 23 | 0 | 1 | 122 | 5E | 51 |
| Octal | 355 | 243 | 374 | 6 | 43 | 0 | 1 | 442 | 136 | 121 |
| Binary | 11101101 | 10100011 | 11111100 | 110 | 100011 | 0 | 1 | 100100010 | 1011110 | 1010001 |
Color Harmonies of #EDA3FC
Complementary color
Monochromatic Colors of #EDA3FC
Black with #EDA3FC
Text Example
Text Example
White with #EDA3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3FC; }
p { color: rgb(237,163,252); }
H1.HeaderClassName
{
color: #EDA3FC;
}
.AnyTagClassName
{
color: #EDA3FC;
}
</style>
background-color css
<style>
a { background-color: #EDA3FC; }
a { background-color: rgb(237,163,252); }
div.DivClassName
{
background-color: #EDA3FC;
}
.BgClassName
{
background-color: #EDA3FC;
}
</style>
border-color css
<style>
span { border-color: #EDA3FC; }
span { border-color: rgb(237,163,252); }
td.TdClassName
{
border-color: #EDA3FC;
}
.TagClassName
{
border-color: #EDA3FC;
}
</style>