Shades of Mauve #EDADFE
Tints of Mauve #EDADFE
RGB
CMYK
RGB Variations
Color information
#EDADFE (or 0xEDADFE) is known color: Mauve. HEX triplet: ED, AD and FE. RGB value is (237,173,254). Sum of RGB (Red+Green+Blue) = 237+173+254=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADFE is #125201. Grayscale: #C9C9C9. Windows color (decimal): -1200642 or 16690669. OLE color: 16690669.
HSL color Cylindrical-coordinate representation of color #EDADFE: hue angle of 287.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDADFE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 173 | 254 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.00 |
| HSL | 287.41º | 0.98% | 0.84% | - |
| HSV(B) | 287.41º | 0.32% | 1% | - |
| XYZ | 67.76 | 55.05 | 100.82 | - |
| YUV | 201.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 254 | 0.07 | 0.32 | 0 | 0.00 | 287.41 | 0.98 | 0.84 |
| Hex | ED | AD | FE | 7 | 20 | 0 | 0 | 11F | 62 | 54 |
| Octal | 355 | 255 | 376 | 7 | 40 | 0 | 0 | 437 | 142 | 124 |
| Binary | 11101101 | 10101101 | 11111110 | 111 | 100000 | 0 | 0 | 100011111 | 1100010 | 1010100 |
Color Harmonies of #EDADFE
Complementary color
Monochromatic Colors of #EDADFE
Black with #EDADFE
Text Example
Text Example
White with #EDADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADFE; }
p { color: rgb(237,173,254); }
H1.HeaderClassName
{
color: #EDADFE;
}
.AnyTagClassName
{
color: #EDADFE;
}
</style>
background-color css
<style>
a { background-color: #EDADFE; }
a { background-color: rgb(237,173,254); }
div.DivClassName
{
background-color: #EDADFE;
}
.BgClassName
{
background-color: #EDADFE;
}
</style>
border-color css
<style>
span { border-color: #EDADFE; }
span { border-color: rgb(237,173,254); }
td.TdClassName
{
border-color: #EDADFE;
}
.TagClassName
{
border-color: #EDADFE;
}
</style>