Shades of Mauve #EDC1FF
Tints of Mauve #EDC1FF
RGB
CMYK
RGB Variations
Color information
#EDC1FF (or 0xEDC1FF) is known color: Mauve. HEX triplet: ED, C1 and FF. RGB value is (237,193,255). Sum of RGB (Red+Green+Blue) = 237+193+255=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1FF is #123E00. Grayscale: #D5D5D5. Windows color (decimal): -1195521 or 16761325. OLE color: 16761325.
HSL color Cylindrical-coordinate representation of color #EDC1FF: hue angle of 282.58º 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 #EDC1FF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 193 | 255 | - |
| CMYK | 0.07 | 0.24 | 0 | 0 |
| HSL | 282.58º | 1% | 0.88% | - |
| HSV(B) | 282.58º | 0.24% | 1% | - |
| XYZ | 72.05 | 63.36 | 103.04 | - |
| YUV | 213.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 255 | 0.07 | 0.24 | 0 | 0 | 282.58 | 1 | 0.88 |
| Hex | ED | C1 | FF | 7 | 18 | 0 | 0 | 11B | 64 | 58 |
| Octal | 355 | 301 | 377 | 7 | 30 | 0 | 0 | 433 | 144 | 130 |
| Binary | 11101101 | 11000001 | 11111111 | 111 | 11000 | 0 | 0 | 100011011 | 1100100 | 1011000 |
Color Harmonies of #EDC1FF
Complementary color
Monochromatic Colors of #EDC1FF
Black with #EDC1FF
Text Example
Text Example
White with #EDC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1FF; }
p { color: rgb(237,193,255); }
H1.HeaderClassName
{
color: #EDC1FF;
}
.AnyTagClassName
{
color: #EDC1FF;
}
</style>
background-color css
<style>
a { background-color: #EDC1FF; }
a { background-color: rgb(237,193,255); }
div.DivClassName
{
background-color: #EDC1FF;
}
.BgClassName
{
background-color: #EDC1FF;
}
</style>
border-color css
<style>
span { border-color: #EDC1FF; }
span { border-color: rgb(237,193,255); }
td.TdClassName
{
border-color: #EDC1FF;
}
.TagClassName
{
border-color: #EDC1FF;
}
</style>