Shades of Mauve #EDC4FE
Tints of Mauve #EDC4FE
RGB
CMYK
RGB Variations
Color information
#EDC4FE (or 0xEDC4FE) is known color: Mauve. HEX triplet: ED, C4 and FE. RGB value is (237,196,254). Sum of RGB (Red+Green+Blue) = 237+196+254=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4FE is #123B01. Grayscale: #D6D6D6. Windows color (decimal): -1194754 or 16696557. OLE color: 16696557.
HSL color Cylindrical-coordinate representation of color #EDC4FE: hue angle of 282.41º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC4FE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 196 | 254 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.00 |
| HSL | 282.41º | 0.97% | 0.88% | - |
| HSV(B) | 282.41º | 0.23% | 1% | - |
| XYZ | 72.55 | 64.64 | 102.42 | - |
| YUV | 214.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 254 | 0.07 | 0.23 | 0 | 0.00 | 282.41 | 0.97 | 0.88 |
| Hex | ED | C4 | FE | 7 | 17 | 0 | 0 | 11A | 61 | 58 |
| Octal | 355 | 304 | 376 | 7 | 27 | 0 | 0 | 432 | 141 | 130 |
| Binary | 11101101 | 11000100 | 11111110 | 111 | 10111 | 0 | 0 | 100011010 | 1100001 | 1011000 |
Color Harmonies of #EDC4FE
Complementary color
Monochromatic Colors of #EDC4FE
Black with #EDC4FE
Text Example
Text Example
White with #EDC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4FE; }
p { color: rgb(237,196,254); }
H1.HeaderClassName
{
color: #EDC4FE;
}
.AnyTagClassName
{
color: #EDC4FE;
}
</style>
background-color css
<style>
a { background-color: #EDC4FE; }
a { background-color: rgb(237,196,254); }
div.DivClassName
{
background-color: #EDC4FE;
}
.BgClassName
{
background-color: #EDC4FE;
}
</style>
border-color css
<style>
span { border-color: #EDC4FE; }
span { border-color: rgb(237,196,254); }
td.TdClassName
{
border-color: #EDC4FE;
}
.TagClassName
{
border-color: #EDC4FE;
}
</style>