Shades of Mauve #EDC0FA
Tints of Mauve #EDC0FA
RGB
CMYK
RGB Variations
Color information
#EDC0FA (or 0xEDC0FA) is known color: Mauve. HEX triplet: ED, C0 and FA. RGB value is (237,192,250). Sum of RGB (Red+Green+Blue) = 237+192+250=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDC0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0FA is #123F05. Grayscale: #D3D3D3. Windows color (decimal): -1195782 or 16433389. OLE color: 16433389.
HSL color Cylindrical-coordinate representation of color #EDC0FA: hue angle of 286.55º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC0FA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 192 | 250 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.02 |
| HSL | 286.55º | 0.85% | 0.87% | - |
| HSV(B) | 286.55º | 0.23% | 0.98% | - |
| XYZ | 71.03 | 62.61 | 98.78 | - |
| YUV | 212.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 250 | 0.05 | 0.23 | 0 | 0.02 | 286.55 | 0.85 | 0.87 |
| Hex | ED | C0 | FA | 5 | 17 | 0 | 2 | 11F | 55 | 57 |
| Octal | 355 | 300 | 372 | 5 | 27 | 0 | 2 | 437 | 125 | 127 |
| Binary | 11101101 | 11000000 | 11111010 | 101 | 10111 | 0 | 10 | 100011111 | 1010101 | 1010111 |
Color Harmonies of #EDC0FA
Complementary color
Monochromatic Colors of #EDC0FA
Black with #EDC0FA
Text Example
Text Example
White with #EDC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0FA; }
p { color: rgb(237,192,250); }
H1.HeaderClassName
{
color: #EDC0FA;
}
.AnyTagClassName
{
color: #EDC0FA;
}
</style>
background-color css
<style>
a { background-color: #EDC0FA; }
a { background-color: rgb(237,192,250); }
div.DivClassName
{
background-color: #EDC0FA;
}
.BgClassName
{
background-color: #EDC0FA;
}
</style>
border-color css
<style>
span { border-color: #EDC0FA; }
span { border-color: rgb(237,192,250); }
td.TdClassName
{
border-color: #EDC0FA;
}
.TagClassName
{
border-color: #EDC0FA;
}
</style>