Shades of Mauve #EDC3FD
Tints of Mauve #EDC3FD
RGB
CMYK
RGB Variations
Color information
#EDC3FD (or 0xEDC3FD) is known color: Mauve. HEX triplet: ED, C3 and FD. RGB value is (237,195,253). Sum of RGB (Red+Green+Blue) = 237+195+253=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 195 (76.56% from 255 or 28.47% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3FD is #123C02. Grayscale: #D5D5D5. Windows color (decimal): -1195011 or 16630765. OLE color: 16630765.
HSL color Cylindrical-coordinate representation of color #EDC3FD: hue angle of 283.45º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC3FD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 195 | 253 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.01 |
| HSL | 283.45º | 0.94% | 0.88% | - |
| HSV(B) | 283.45º | 0.23% | 0.99% | - |
| XYZ | 72.17 | 64.13 | 101.5 | - |
| YUV | 214.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 253 | 0.06 | 0.23 | 0 | 0.01 | 283.45 | 0.94 | 0.88 |
| Hex | ED | C3 | FD | 6 | 17 | 0 | 1 | 11B | 5E | 58 |
| Octal | 355 | 303 | 375 | 6 | 27 | 0 | 1 | 433 | 136 | 130 |
| Binary | 11101101 | 11000011 | 11111101 | 110 | 10111 | 0 | 1 | 100011011 | 1011110 | 1011000 |
Color Harmonies of #EDC3FD
Complementary color
Monochromatic Colors of #EDC3FD
Black with #EDC3FD
Text Example
Text Example
White with #EDC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC3FD; }
p { color: rgb(237,195,253); }
H1.HeaderClassName
{
color: #EDC3FD;
}
.AnyTagClassName
{
color: #EDC3FD;
}
</style>
background-color css
<style>
a { background-color: #EDC3FD; }
a { background-color: rgb(237,195,253); }
div.DivClassName
{
background-color: #EDC3FD;
}
.BgClassName
{
background-color: #EDC3FD;
}
</style>
border-color css
<style>
span { border-color: #EDC3FD; }
span { border-color: rgb(237,195,253); }
td.TdClassName
{
border-color: #EDC3FD;
}
.TagClassName
{
border-color: #EDC3FD;
}
</style>