Shades of Mauve #EDC0FD
Tints of Mauve #EDC0FD
RGB
CMYK
RGB Variations
Color information
#EDC0FD (or 0xEDC0FD) is known color: Mauve. HEX triplet: ED, C0 and FD. RGB value is (237,192,253). Sum of RGB (Red+Green+Blue) = 237+192+253=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0FD is #123F02. Grayscale: #D4D4D4. Windows color (decimal): -1195779 or 16629997. OLE color: 16629997.
HSL color Cylindrical-coordinate representation of color #EDC0FD: hue angle of 284.26º degrees, saturation: 0.94, 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 #EDC0FD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 192 | 253 | - |
CMYK | 0.06 | 0.24 | 0 | 0.01 |
HSL | 284.26º | 0.94% | 0.87% | - |
HSV(B) | 284.26º | 0.24% | 0.99% | - |
XYZ | 71.5 | 62.8 | 101.28 | - |
YUV | 212.41 | 150.91 | 145.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 192 | 253 | 0.06 | 0.24 | 0 | 0.01 | 284.26 | 0.94 | 0.87 |
Hex | ED | C0 | FD | 6 | 18 | 0 | 1 | 11C | 5E | 57 |
Octal | 355 | 300 | 375 | 6 | 30 | 0 | 1 | 434 | 136 | 127 |
Binary | 11101101 | 11000000 | 11111101 | 110 | 11000 | 0 | 1 | 100011100 | 1011110 | 1010111 |
Color Harmonies of #EDC0FD
Complementary color
Monochromatic Colors of #EDC0FD
Black with #EDC0FD
Text Example
Text Example
White with #EDC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0FD; }
p { color: rgb(237,192,253); }
H1.HeaderClassName
{
color: #EDC0FD;
}
.AnyTagClassName
{
color: #EDC0FD;
}
</style>
background-color css
<style>
a { background-color: #EDC0FD; }
a { background-color: rgb(237,192,253); }
div.DivClassName
{
background-color: #EDC0FD;
}
.BgClassName
{
background-color: #EDC0FD;
}
</style>
border-color css
<style>
span { border-color: #EDC0FD; }
span { border-color: rgb(237,192,253); }
td.TdClassName
{
border-color: #EDC0FD;
}
.TagClassName
{
border-color: #EDC0FD;
}
</style>