Shades of Mauve #EDABFE
Tints of Mauve #EDABFE
RGB
CMYK
RGB Variations
Color information
#EDABFE (or 0xEDABFE) is known color: Mauve. HEX triplet: ED, AB and FE. RGB value is (237,171,254). Sum of RGB (Red+Green+Blue) = 237+171+254=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDABFE is #125401. Grayscale: #C7C7C7. Windows color (decimal): -1201154 or 16690157. OLE color: 16690157.
HSL color Cylindrical-coordinate representation of color #EDABFE: hue angle of 287.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDABFE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 171 | 254 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.00 |
| HSL | 287.71º | 0.98% | 0.83% | - |
| HSV(B) | 287.71º | 0.33% | 1% | - |
| XYZ | 67.38 | 54.29 | 100.69 | - |
| YUV | 200.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 254 | 0.07 | 0.33 | 0 | 0.00 | 287.71 | 0.98 | 0.83 |
| Hex | ED | AB | FE | 7 | 21 | 0 | 0 | 120 | 62 | 53 |
| Octal | 355 | 253 | 376 | 7 | 41 | 0 | 0 | 440 | 142 | 123 |
| Binary | 11101101 | 10101011 | 11111110 | 111 | 100001 | 0 | 0 | 100100000 | 1100010 | 1010011 |
Color Harmonies of #EDABFE
Complementary color
Monochromatic Colors of #EDABFE
Black with #EDABFE
Text Example
Text Example
White with #EDABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABFE; }
p { color: rgb(237,171,254); }
H1.HeaderClassName
{
color: #EDABFE;
}
.AnyTagClassName
{
color: #EDABFE;
}
</style>
background-color css
<style>
a { background-color: #EDABFE; }
a { background-color: rgb(237,171,254); }
div.DivClassName
{
background-color: #EDABFE;
}
.BgClassName
{
background-color: #EDABFE;
}
</style>
border-color css
<style>
span { border-color: #EDABFE; }
span { border-color: rgb(237,171,254); }
td.TdClassName
{
border-color: #EDABFE;
}
.TagClassName
{
border-color: #EDABFE;
}
</style>