Shades of Mauve #EDACFC
Tints of Mauve #EDACFC
RGB
CMYK
RGB Variations
Color information
#EDACFC (or 0xEDACFC) is known color: Mauve. HEX triplet: ED, AC and FC. RGB value is (237,172,252). Sum of RGB (Red+Green+Blue) = 237+172+252=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACFC is #125303. Grayscale: #C8C8C8. Windows color (decimal): -1200900 or 16559341. OLE color: 16559341.
HSL color Cylindrical-coordinate representation of color #EDACFC: hue angle of 288.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDACFC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 172 | 252 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.01 |
| HSL | 288.75º | 0.93% | 0.83% | - |
| HSV(B) | 288.75º | 0.32% | 0.99% | - |
| XYZ | 67.25 | 54.54 | 99.08 | - |
| YUV | 200.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 252 | 0.06 | 0.32 | 0 | 0.01 | 288.75 | 0.93 | 0.83 |
| Hex | ED | AC | FC | 6 | 20 | 0 | 1 | 121 | 5D | 53 |
| Octal | 355 | 254 | 374 | 6 | 40 | 0 | 1 | 441 | 135 | 123 |
| Binary | 11101101 | 10101100 | 11111100 | 110 | 100000 | 0 | 1 | 100100001 | 1011101 | 1010011 |
Color Harmonies of #EDACFC
Complementary color
Monochromatic Colors of #EDACFC
Black with #EDACFC
Text Example
Text Example
White with #EDACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACFC; }
p { color: rgb(237,172,252); }
H1.HeaderClassName
{
color: #EDACFC;
}
.AnyTagClassName
{
color: #EDACFC;
}
</style>
background-color css
<style>
a { background-color: #EDACFC; }
a { background-color: rgb(237,172,252); }
div.DivClassName
{
background-color: #EDACFC;
}
.BgClassName
{
background-color: #EDACFC;
}
</style>
border-color css
<style>
span { border-color: #EDACFC; }
span { border-color: rgb(237,172,252); }
td.TdClassName
{
border-color: #EDACFC;
}
.TagClassName
{
border-color: #EDACFC;
}
</style>