Shades of Mauve #EDC8FF
Tints of Mauve #EDC8FF
RGB
CMYK
RGB Variations
Color information
#EDC8FF (or 0xEDC8FF) is known color: Mauve. HEX triplet: ED, C8 and FF. RGB value is (237,200,255). Sum of RGB (Red+Green+Blue) = 237+200+255=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8FF is #123700. Grayscale: #D9D9D9. Windows color (decimal): -1193729 or 16763117. OLE color: 16763117.
HSL color Cylindrical-coordinate representation of color #EDC8FF: hue angle of 280.36º 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 #EDC8FF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 200 | 255 | - |
| CMYK | 0.07 | 0.22 | 0 | 0 |
| HSL | 280.36º | 1% | 0.89% | - |
| HSV(B) | 280.36º | 0.22% | 1% | - |
| XYZ | 73.63 | 66.53 | 103.57 | - |
| YUV | 217.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 255 | 0.07 | 0.22 | 0 | 0 | 280.36 | 1 | 0.89 |
| Hex | ED | C8 | FF | 7 | 16 | 0 | 0 | 118 | 64 | 59 |
| Octal | 355 | 310 | 377 | 7 | 26 | 0 | 0 | 430 | 144 | 131 |
| Binary | 11101101 | 11001000 | 11111111 | 111 | 10110 | 0 | 0 | 100011000 | 1100100 | 1011001 |
Color Harmonies of #EDC8FF
Complementary color
Monochromatic Colors of #EDC8FF
Black with #EDC8FF
Text Example
Text Example
White with #EDC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8FF; }
p { color: rgb(237,200,255); }
H1.HeaderClassName
{
color: #EDC8FF;
}
.AnyTagClassName
{
color: #EDC8FF;
}
</style>
background-color css
<style>
a { background-color: #EDC8FF; }
a { background-color: rgb(237,200,255); }
div.DivClassName
{
background-color: #EDC8FF;
}
.BgClassName
{
background-color: #EDC8FF;
}
</style>
border-color css
<style>
span { border-color: #EDC8FF; }
span { border-color: rgb(237,200,255); }
td.TdClassName
{
border-color: #EDC8FF;
}
.TagClassName
{
border-color: #EDC8FF;
}
</style>