Shades of Mauve #EDC7FF
Tints of Mauve #EDC7FF
RGB
CMYK
RGB Variations
Color information
#EDC7FF (or 0xEDC7FF) is known color: Mauve. HEX triplet: ED, C7 and FF. RGB value is (237,199,255). Sum of RGB (Red+Green+Blue) = 237+199+255=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7FF is #123800. Grayscale: #D8D8D8. Windows color (decimal): -1193985 or 16762861. OLE color: 16762861.
HSL color Cylindrical-coordinate representation of color #EDC7FF: hue angle of 280.71º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC7FF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 199 | 255 | - |
| CMYK | 0.07 | 0.22 | 0 | 0 |
| HSL | 280.71º | 1% | 0.89% | - |
| HSV(B) | 280.71º | 0.22% | 1% | - |
| XYZ | 73.4 | 66.07 | 103.49 | - |
| YUV | 216.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 255 | 0.07 | 0.22 | 0 | 0 | 280.71 | 1 | 0.89 |
| Hex | ED | C7 | FF | 7 | 16 | 0 | 0 | 119 | 64 | 59 |
| Octal | 355 | 307 | 377 | 7 | 26 | 0 | 0 | 431 | 144 | 131 |
| Binary | 11101101 | 11000111 | 11111111 | 111 | 10110 | 0 | 0 | 100011001 | 1100100 | 1011001 |
Color Harmonies of #EDC7FF
Complementary color
Monochromatic Colors of #EDC7FF
Black with #EDC7FF
Text Example
Text Example
White with #EDC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7FF; }
p { color: rgb(237,199,255); }
H1.HeaderClassName
{
color: #EDC7FF;
}
.AnyTagClassName
{
color: #EDC7FF;
}
</style>
background-color css
<style>
a { background-color: #EDC7FF; }
a { background-color: rgb(237,199,255); }
div.DivClassName
{
background-color: #EDC7FF;
}
.BgClassName
{
background-color: #EDC7FF;
}
</style>
border-color css
<style>
span { border-color: #EDC7FF; }
span { border-color: rgb(237,199,255); }
td.TdClassName
{
border-color: #EDC7FF;
}
.TagClassName
{
border-color: #EDC7FF;
}
</style>