Shades of Mauve #EDADFF
Tints of Mauve #EDADFF
RGB
CMYK
RGB Variations
Color information
#EDADFF (or 0xEDADFF) is known color: Mauve. HEX triplet: ED, AD and FF. RGB value is (237,173,255). Sum of RGB (Red+Green+Blue) = 237+173+255=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADFF is #125200. Grayscale: #C9C9C9. Windows color (decimal): -1200641 or 16756205. OLE color: 16756205.
HSL color Cylindrical-coordinate representation of color #EDADFF: hue angle of 286.83º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDADFF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 173 | 255 | - |
| CMYK | 0.07 | 0.32 | 0 | 0 |
| HSL | 286.83º | 1% | 0.84% | - |
| HSV(B) | 286.83º | 0.32% | 1% | - |
| XYZ | 67.92 | 55.11 | 101.67 | - |
| YUV | 201.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 255 | 0.07 | 0.32 | 0 | 0 | 286.83 | 1 | 0.84 |
| Hex | ED | AD | FF | 7 | 20 | 0 | 0 | 11F | 64 | 54 |
| Octal | 355 | 255 | 377 | 7 | 40 | 0 | 0 | 437 | 144 | 124 |
| Binary | 11101101 | 10101101 | 11111111 | 111 | 100000 | 0 | 0 | 100011111 | 1100100 | 1010100 |
Color Harmonies of #EDADFF
Complementary color
Monochromatic Colors of #EDADFF
Black with #EDADFF
Text Example
Text Example
White with #EDADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADFF; }
p { color: rgb(237,173,255); }
H1.HeaderClassName
{
color: #EDADFF;
}
.AnyTagClassName
{
color: #EDADFF;
}
</style>
background-color css
<style>
a { background-color: #EDADFF; }
a { background-color: rgb(237,173,255); }
div.DivClassName
{
background-color: #EDADFF;
}
.BgClassName
{
background-color: #EDADFF;
}
</style>
border-color css
<style>
span { border-color: #EDADFF; }
span { border-color: rgb(237,173,255); }
td.TdClassName
{
border-color: #EDADFF;
}
.TagClassName
{
border-color: #EDADFF;
}
</style>