Shades of Mauve #EDC0F9
Tints of Mauve #EDC0F9
RGB
CMYK
RGB Variations
Color information
#EDC0F9 (or 0xEDC0F9) is known color: Mauve. HEX triplet: ED, C0 and F9. RGB value is (237,192,249). Sum of RGB (Red+Green+Blue) = 237+192+249=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDC0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0F9 is #123F06. Grayscale: #D3D3D3. Windows color (decimal): -1195783 or 16367853. OLE color: 16367853.
HSL color Cylindrical-coordinate representation of color #EDC0F9: hue angle of 287.37º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC0F9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 192 | 249 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.02 |
| HSL | 287.37º | 0.83% | 0.86% | - |
| HSV(B) | 287.37º | 0.23% | 0.98% | - |
| XYZ | 70.87 | 62.54 | 97.96 | - |
| YUV | 211.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 249 | 0.05 | 0.23 | 0 | 0.02 | 287.37 | 0.83 | 0.86 |
| Hex | ED | C0 | F9 | 5 | 17 | 0 | 2 | 11F | 53 | 56 |
| Octal | 355 | 300 | 371 | 5 | 27 | 0 | 2 | 437 | 123 | 126 |
| Binary | 11101101 | 11000000 | 11111001 | 101 | 10111 | 0 | 10 | 100011111 | 1010011 | 1010110 |
Color Harmonies of #EDC0F9
Complementary color
Monochromatic Colors of #EDC0F9
Black with #EDC0F9
Text Example
Text Example
White with #EDC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0F9; }
p { color: rgb(237,192,249); }
H1.HeaderClassName
{
color: #EDC0F9;
}
.AnyTagClassName
{
color: #EDC0F9;
}
</style>
background-color css
<style>
a { background-color: #EDC0F9; }
a { background-color: rgb(237,192,249); }
div.DivClassName
{
background-color: #EDC0F9;
}
.BgClassName
{
background-color: #EDC0F9;
}
</style>
border-color css
<style>
span { border-color: #EDC0F9; }
span { border-color: rgb(237,192,249); }
td.TdClassName
{
border-color: #EDC0F9;
}
.TagClassName
{
border-color: #EDC0F9;
}
</style>