Shades of Mauve #EDAEFF
Tints of Mauve #EDAEFF
RGB
CMYK
RGB Variations
Color information
#EDAEFF (or 0xEDAEFF) is known color: Mauve. HEX triplet: ED, AE and FF. RGB value is (237,174,255). Sum of RGB (Red+Green+Blue) = 237+174+255=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 174 (68.36% from 255 or 26.13% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAEFF is #125100. Grayscale: #C9C9C9. Windows color (decimal): -1200385 or 16756461. OLE color: 16756461.
HSL color Cylindrical-coordinate representation of color #EDAEFF: hue angle of 286.67º 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 #EDAEFF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 174 | 255 | - |
| CMYK | 0.07 | 0.32 | 0 | 0 |
| HSL | 286.67º | 1% | 0.84% | - |
| HSV(B) | 286.67º | 0.32% | 1% | - |
| XYZ | 68.11 | 55.5 | 101.73 | - |
| YUV | 202.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 255 | 0.07 | 0.32 | 0 | 0 | 286.67 | 1 | 0.84 |
| Hex | ED | AE | FF | 7 | 20 | 0 | 0 | 11F | 64 | 54 |
| Octal | 355 | 256 | 377 | 7 | 40 | 0 | 0 | 437 | 144 | 124 |
| Binary | 11101101 | 10101110 | 11111111 | 111 | 100000 | 0 | 0 | 100011111 | 1100100 | 1010100 |
Color Harmonies of #EDAEFF
Complementary color
Monochromatic Colors of #EDAEFF
Black with #EDAEFF
Text Example
Text Example
White with #EDAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEFF; }
p { color: rgb(237,174,255); }
H1.HeaderClassName
{
color: #EDAEFF;
}
.AnyTagClassName
{
color: #EDAEFF;
}
</style>
background-color css
<style>
a { background-color: #EDAEFF; }
a { background-color: rgb(237,174,255); }
div.DivClassName
{
background-color: #EDAEFF;
}
.BgClassName
{
background-color: #EDAEFF;
}
</style>
border-color css
<style>
span { border-color: #EDAEFF; }
span { border-color: rgb(237,174,255); }
td.TdClassName
{
border-color: #EDAEFF;
}
.TagClassName
{
border-color: #EDAEFF;
}
</style>