Shades of Mauve #EDC2FF
Tints of Mauve #EDC2FF
RGB
CMYK
RGB Variations
Color information
#EDC2FF (or 0xEDC2FF) is known color: Mauve. HEX triplet: ED, C2 and FF. RGB value is (237,194,255). Sum of RGB (Red+Green+Blue) = 237+194+255=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 194 (76.17% from 255 or 28.28% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2FF is #123D00. Grayscale: #D5D5D5. Windows color (decimal): -1195265 or 16761581. OLE color: 16761581.
HSL color Cylindrical-coordinate representation of color #EDC2FF: hue angle of 282.3º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDC2FF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 194 | 255 | - |
| CMYK | 0.07 | 0.24 | 0 | 0 |
| HSL | 282.3º | 1% | 0.88% | - |
| HSV(B) | 282.3º | 0.24% | 1% | - |
| XYZ | 72.27 | 63.81 | 103.12 | - |
| YUV | 213.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 255 | 0.07 | 0.24 | 0 | 0 | 282.3 | 1 | 0.88 |
| Hex | ED | C2 | FF | 7 | 18 | 0 | 0 | 11A | 64 | 58 |
| Octal | 355 | 302 | 377 | 7 | 30 | 0 | 0 | 432 | 144 | 130 |
| Binary | 11101101 | 11000010 | 11111111 | 111 | 11000 | 0 | 0 | 100011010 | 1100100 | 1011000 |
Color Harmonies of #EDC2FF
Complementary color
Monochromatic Colors of #EDC2FF
Black with #EDC2FF
Text Example
Text Example
White with #EDC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2FF; }
p { color: rgb(237,194,255); }
H1.HeaderClassName
{
color: #EDC2FF;
}
.AnyTagClassName
{
color: #EDC2FF;
}
</style>
background-color css
<style>
a { background-color: #EDC2FF; }
a { background-color: rgb(237,194,255); }
div.DivClassName
{
background-color: #EDC2FF;
}
.BgClassName
{
background-color: #EDC2FF;
}
</style>
border-color css
<style>
span { border-color: #EDC2FF; }
span { border-color: rgb(237,194,255); }
td.TdClassName
{
border-color: #EDC2FF;
}
.TagClassName
{
border-color: #EDC2FF;
}
</style>