Shades of Mauve #EDC3FA
Tints of Mauve #EDC3FA
RGB
CMYK
RGB Variations
Color information
#EDC3FA (or 0xEDC3FA) is known color: Mauve. HEX triplet: ED, C3 and FA. RGB value is (237,195,250). Sum of RGB (Red+Green+Blue) = 237+195+250=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 195 (76.56% from 255 or 28.59% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3FA is #123C05. Grayscale: #D5D5D5. Windows color (decimal): -1195014 or 16434157. OLE color: 16434157.
HSL color Cylindrical-coordinate representation of color #EDC3FA: hue angle of 285.82º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC3FA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 195 | 250 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.02 |
| HSL | 285.82º | 0.85% | 0.87% | - |
| HSV(B) | 285.82º | 0.22% | 0.98% | - |
| XYZ | 71.7 | 63.94 | 99 | - |
| YUV | 213.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 250 | 0.05 | 0.22 | 0 | 0.02 | 285.82 | 0.85 | 0.87 |
| Hex | ED | C3 | FA | 5 | 16 | 0 | 2 | 11E | 55 | 57 |
| Octal | 355 | 303 | 372 | 5 | 26 | 0 | 2 | 436 | 125 | 127 |
| Binary | 11101101 | 11000011 | 11111010 | 101 | 10110 | 0 | 10 | 100011110 | 1010101 | 1010111 |
Color Harmonies of #EDC3FA
Complementary color
Monochromatic Colors of #EDC3FA
Black with #EDC3FA
Text Example
Text Example
White with #EDC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC3FA; }
p { color: rgb(237,195,250); }
H1.HeaderClassName
{
color: #EDC3FA;
}
.AnyTagClassName
{
color: #EDC3FA;
}
</style>
background-color css
<style>
a { background-color: #EDC3FA; }
a { background-color: rgb(237,195,250); }
div.DivClassName
{
background-color: #EDC3FA;
}
.BgClassName
{
background-color: #EDC3FA;
}
</style>
border-color css
<style>
span { border-color: #EDC3FA; }
span { border-color: rgb(237,195,250); }
td.TdClassName
{
border-color: #EDC3FA;
}
.TagClassName
{
border-color: #EDC3FA;
}
</style>