Shades of Mauve #EDC5FE
Tints of Mauve #EDC5FE
RGB
CMYK
RGB Variations
Color information
#EDC5FE (or 0xEDC5FE) is known color: Mauve. HEX triplet: ED, C5 and FE. RGB value is (237,197,254). Sum of RGB (Red+Green+Blue) = 237+197+254=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5FE is #123A01. Grayscale: #D7D7D7. Windows color (decimal): -1194498 or 16696813. OLE color: 16696813.
HSL color Cylindrical-coordinate representation of color #EDC5FE: hue angle of 282.11º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC5FE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 197 | 254 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.00 |
| HSL | 282.11º | 0.97% | 0.88% | - |
| HSV(B) | 282.11º | 0.22% | 1% | - |
| XYZ | 72.78 | 65.09 | 102.49 | - |
| YUV | 215.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 254 | 0.07 | 0.22 | 0 | 0.00 | 282.11 | 0.97 | 0.88 |
| Hex | ED | C5 | FE | 7 | 16 | 0 | 0 | 11A | 61 | 58 |
| Octal | 355 | 305 | 376 | 7 | 26 | 0 | 0 | 432 | 141 | 130 |
| Binary | 11101101 | 11000101 | 11111110 | 111 | 10110 | 0 | 0 | 100011010 | 1100001 | 1011000 |
Color Harmonies of #EDC5FE
Complementary color
Monochromatic Colors of #EDC5FE
Black with #EDC5FE
Text Example
Text Example
White with #EDC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5FE; }
p { color: rgb(237,197,254); }
H1.HeaderClassName
{
color: #EDC5FE;
}
.AnyTagClassName
{
color: #EDC5FE;
}
</style>
background-color css
<style>
a { background-color: #EDC5FE; }
a { background-color: rgb(237,197,254); }
div.DivClassName
{
background-color: #EDC5FE;
}
.BgClassName
{
background-color: #EDC5FE;
}
</style>
border-color css
<style>
span { border-color: #EDC5FE; }
span { border-color: rgb(237,197,254); }
td.TdClassName
{
border-color: #EDC5FE;
}
.TagClassName
{
border-color: #EDC5FE;
}
</style>