Shades of Mauve #EDC0FE
Tints of Mauve #EDC0FE
RGB
CMYK
RGB Variations
Color information
#EDC0FE (or 0xEDC0FE) is known color: Mauve. HEX triplet: ED, C0 and FE. RGB value is (237,192,254). Sum of RGB (Red+Green+Blue) = 237+192+254=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0FE is #123F01. Grayscale: #D4D4D4. Windows color (decimal): -1195778 or 16695533. OLE color: 16695533.
HSL color Cylindrical-coordinate representation of color #EDC0FE: hue angle of 283.55º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC0FE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 192 | 254 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.00 |
| HSL | 283.55º | 0.97% | 0.87% | - |
| HSV(B) | 283.55º | 0.24% | 1% | - |
| XYZ | 71.66 | 62.86 | 102.12 | - |
| YUV | 212.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 254 | 0.07 | 0.24 | 0 | 0.00 | 283.55 | 0.97 | 0.87 |
| Hex | ED | C0 | FE | 7 | 18 | 0 | 0 | 11C | 61 | 57 |
| Octal | 355 | 300 | 376 | 7 | 30 | 0 | 0 | 434 | 141 | 127 |
| Binary | 11101101 | 11000000 | 11111110 | 111 | 11000 | 0 | 0 | 100011100 | 1100001 | 1010111 |
Color Harmonies of #EDC0FE
Complementary color
Monochromatic Colors of #EDC0FE
Black with #EDC0FE
Text Example
Text Example
White with #EDC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0FE; }
p { color: rgb(237,192,254); }
H1.HeaderClassName
{
color: #EDC0FE;
}
.AnyTagClassName
{
color: #EDC0FE;
}
</style>
background-color css
<style>
a { background-color: #EDC0FE; }
a { background-color: rgb(237,192,254); }
div.DivClassName
{
background-color: #EDC0FE;
}
.BgClassName
{
background-color: #EDC0FE;
}
</style>
border-color css
<style>
span { border-color: #EDC0FE; }
span { border-color: rgb(237,192,254); }
td.TdClassName
{
border-color: #EDC0FE;
}
.TagClassName
{
border-color: #EDC0FE;
}
</style>