Shades of Mauve #EDABFC
Tints of Mauve #EDABFC
RGB
CMYK
RGB Variations
Color information
#EDABFC (or 0xEDABFC) is known color: Mauve. HEX triplet: ED, AB and FC. RGB value is (237,171,252). Sum of RGB (Red+Green+Blue) = 237+171+252=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABFC is #125403. Grayscale: #C7C7C7. Windows color (decimal): -1201156 or 16559085. OLE color: 16559085.
HSL color Cylindrical-coordinate representation of color #EDABFC: hue angle of 288.89º 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 #EDABFC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 171 | 252 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.01 |
| HSL | 288.89º | 0.93% | 0.83% | - |
| HSV(B) | 288.89º | 0.32% | 0.99% | - |
| XYZ | 67.06 | 54.16 | 99.01 | - |
| YUV | 199.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 252 | 0.06 | 0.32 | 0 | 0.01 | 288.89 | 0.93 | 0.83 |
| Hex | ED | AB | FC | 6 | 20 | 0 | 1 | 121 | 5D | 53 |
| Octal | 355 | 253 | 374 | 6 | 40 | 0 | 1 | 441 | 135 | 123 |
| Binary | 11101101 | 10101011 | 11111100 | 110 | 100000 | 0 | 1 | 100100001 | 1011101 | 1010011 |
Color Harmonies of #EDABFC
Complementary color
Monochromatic Colors of #EDABFC
Black with #EDABFC
Text Example
Text Example
White with #EDABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABFC; }
p { color: rgb(237,171,252); }
H1.HeaderClassName
{
color: #EDABFC;
}
.AnyTagClassName
{
color: #EDABFC;
}
</style>
background-color css
<style>
a { background-color: #EDABFC; }
a { background-color: rgb(237,171,252); }
div.DivClassName
{
background-color: #EDABFC;
}
.BgClassName
{
background-color: #EDABFC;
}
</style>
border-color css
<style>
span { border-color: #EDABFC; }
span { border-color: rgb(237,171,252); }
td.TdClassName
{
border-color: #EDABFC;
}
.TagClassName
{
border-color: #EDABFC;
}
</style>