Shades of Mauve #EDC2FC
Tints of Mauve #EDC2FC
RGB
CMYK
RGB Variations
Color information
#EDC2FC (or 0xEDC2FC) is known color: Mauve. HEX triplet: ED, C2 and FC. RGB value is (237,194,252). Sum of RGB (Red+Green+Blue) = 237+194+252=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDC2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2FC is #123D03. Grayscale: #D5D5D5. Windows color (decimal): -1195268 or 16564973. OLE color: 16564973.
HSL color Cylindrical-coordinate representation of color #EDC2FC: hue angle of 284.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC2FC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 194 | 252 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.01 |
| HSL | 284.48º | 0.91% | 0.87% | - |
| HSV(B) | 284.48º | 0.23% | 0.99% | - |
| XYZ | 71.79 | 63.62 | 100.59 | - |
| YUV | 213.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 252 | 0.06 | 0.23 | 0 | 0.01 | 284.48 | 0.91 | 0.87 |
| Hex | ED | C2 | FC | 6 | 17 | 0 | 1 | 11C | 5B | 57 |
| Octal | 355 | 302 | 374 | 6 | 27 | 0 | 1 | 434 | 133 | 127 |
| Binary | 11101101 | 11000010 | 11111100 | 110 | 10111 | 0 | 1 | 100011100 | 1011011 | 1010111 |
Color Harmonies of #EDC2FC
Complementary color
Monochromatic Colors of #EDC2FC
Black with #EDC2FC
Text Example
Text Example
White with #EDC2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2FC; }
p { color: rgb(237,194,252); }
H1.HeaderClassName
{
color: #EDC2FC;
}
.AnyTagClassName
{
color: #EDC2FC;
}
</style>
background-color css
<style>
a { background-color: #EDC2FC; }
a { background-color: rgb(237,194,252); }
div.DivClassName
{
background-color: #EDC2FC;
}
.BgClassName
{
background-color: #EDC2FC;
}
</style>
border-color css
<style>
span { border-color: #EDC2FC; }
span { border-color: rgb(237,194,252); }
td.TdClassName
{
border-color: #EDC2FC;
}
.TagClassName
{
border-color: #EDC2FC;
}
</style>