Shades of Mauve #EDC0FC
Tints of Mauve #EDC0FC
RGB
CMYK
RGB Variations
Color information
#EDC0FC (or 0xEDC0FC) is known color: Mauve. HEX triplet: ED, C0 and FC. RGB value is (237,192,252). Sum of RGB (Red+Green+Blue) = 237+192+252=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0FC is #123F03. Grayscale: #D4D4D4. Windows color (decimal): -1195780 or 16564461. OLE color: 16564461.
HSL color Cylindrical-coordinate representation of color #EDC0FC: hue angle of 285º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC0FC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 192 | 252 | - |
CMYK | 0.06 | 0.24 | 0 | 0.01 |
HSL | 285º | 0.91% | 0.87% | - |
HSV(B) | 285º | 0.24% | 0.99% | - |
XYZ | 71.35 | 62.73 | 100.44 | - |
YUV | 212.3 | 150.41 | 145.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 192 | 252 | 0.06 | 0.24 | 0 | 0.01 | 285 | 0.91 | 0.87 |
Hex | ED | C0 | FC | 6 | 18 | 0 | 1 | 11D | 5B | 57 |
Octal | 355 | 300 | 374 | 6 | 30 | 0 | 1 | 435 | 133 | 127 |
Binary | 11101101 | 11000000 | 11111100 | 110 | 11000 | 0 | 1 | 100011101 | 1011011 | 1010111 |
Color Harmonies of #EDC0FC
Complementary color
Monochromatic Colors of #EDC0FC
Black with #EDC0FC
Text Example
Text Example
White with #EDC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0FC; }
p { color: rgb(237,192,252); }
H1.HeaderClassName
{
color: #EDC0FC;
}
.AnyTagClassName
{
color: #EDC0FC;
}
</style>
background-color css
<style>
a { background-color: #EDC0FC; }
a { background-color: rgb(237,192,252); }
div.DivClassName
{
background-color: #EDC0FC;
}
.BgClassName
{
background-color: #EDC0FC;
}
</style>
border-color css
<style>
span { border-color: #EDC0FC; }
span { border-color: rgb(237,192,252); }
td.TdClassName
{
border-color: #EDC0FC;
}
.TagClassName
{
border-color: #EDC0FC;
}
</style>