Shades of Mauve #EDC0F6
Tints of Mauve #EDC0F6
RGB
CMYK
RGB Variations
Color information
#EDC0F6 (or 0xEDC0F6) is known color: Mauve. HEX triplet: ED, C0 and F6. RGB value is (237,192,246). Sum of RGB (Red+Green+Blue) = 237+192+246=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDC0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0F6 is #123F09. Grayscale: #D3D3D3. Windows color (decimal): -1195786 or 16171245. OLE color: 16171245.
HSL color Cylindrical-coordinate representation of color #EDC0F6: hue angle of 290º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC0F6 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 192 | 246 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.04 |
| HSL | 290º | 0.75% | 0.86% | - |
| HSV(B) | 290º | 0.22% | 0.96% | - |
| XYZ | 70.41 | 62.36 | 95.51 | - |
| YUV | 211.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 246 | 0.04 | 0.22 | 0 | 0.04 | 290 | 0.75 | 0.86 |
| Hex | ED | C0 | F6 | 4 | 16 | 0 | 4 | 122 | 4B | 56 |
| Octal | 355 | 300 | 366 | 4 | 26 | 0 | 4 | 442 | 113 | 126 |
| Binary | 11101101 | 11000000 | 11110110 | 100 | 10110 | 0 | 100 | 100100010 | 1001011 | 1010110 |
Color Harmonies of #EDC0F6
Complementary color
Monochromatic Colors of #EDC0F6
Black with #EDC0F6
Text Example
Text Example
White with #EDC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0F6; }
p { color: rgb(237,192,246); }
H1.HeaderClassName
{
color: #EDC0F6;
}
.AnyTagClassName
{
color: #EDC0F6;
}
</style>
background-color css
<style>
a { background-color: #EDC0F6; }
a { background-color: rgb(237,192,246); }
div.DivClassName
{
background-color: #EDC0F6;
}
.BgClassName
{
background-color: #EDC0F6;
}
</style>
border-color css
<style>
span { border-color: #EDC0F6; }
span { border-color: rgb(237,192,246); }
td.TdClassName
{
border-color: #EDC0F6;
}
.TagClassName
{
border-color: #EDC0F6;
}
</style>