Shades of Mauve #EDC2FE
Tints of Mauve #EDC2FE
RGB
CMYK
RGB Variations
Color information
#EDC2FE (or 0xEDC2FE) is known color: Mauve. HEX triplet: ED, C2 and FE. RGB value is (237,194,254). Sum of RGB (Red+Green+Blue) = 237+194+254=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2FE is #123D01. Grayscale: #D5D5D5. Windows color (decimal): -1195266 or 16696045. OLE color: 16696045.
HSL color Cylindrical-coordinate representation of color #EDC2FE: hue angle of 283º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC2FE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 194 | 254 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.00 |
| HSL | 283º | 0.97% | 0.88% | - |
| HSV(B) | 283º | 0.24% | 1% | - |
| XYZ | 72.11 | 63.74 | 102.27 | - |
| YUV | 213.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 254 | 0.07 | 0.24 | 0 | 0.00 | 283 | 0.97 | 0.88 |
| Hex | ED | C2 | FE | 7 | 18 | 0 | 0 | 11B | 61 | 58 |
| Octal | 355 | 302 | 376 | 7 | 30 | 0 | 0 | 433 | 141 | 130 |
| Binary | 11101101 | 11000010 | 11111110 | 111 | 11000 | 0 | 0 | 100011011 | 1100001 | 1011000 |
Color Harmonies of #EDC2FE
Complementary color
Monochromatic Colors of #EDC2FE
Black with #EDC2FE
Text Example
Text Example
White with #EDC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2FE; }
p { color: rgb(237,194,254); }
H1.HeaderClassName
{
color: #EDC2FE;
}
.AnyTagClassName
{
color: #EDC2FE;
}
</style>
background-color css
<style>
a { background-color: #EDC2FE; }
a { background-color: rgb(237,194,254); }
div.DivClassName
{
background-color: #EDC2FE;
}
.BgClassName
{
background-color: #EDC2FE;
}
</style>
border-color css
<style>
span { border-color: #EDC2FE; }
span { border-color: rgb(237,194,254); }
td.TdClassName
{
border-color: #EDC2FE;
}
.TagClassName
{
border-color: #EDC2FE;
}
</style>