Shades of Mauve #EDAAFD
Tints of Mauve #EDAAFD
RGB
CMYK
RGB Variations
Color information
#EDAAFD (or 0xEDAAFD) is known color: Mauve. HEX triplet: ED, AA and FD. RGB value is (237,170,253). Sum of RGB (Red+Green+Blue) = 237+170+253=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAAFD is #125502. Grayscale: #C7C7C7. Windows color (decimal): -1201411 or 16624365. OLE color: 16624365.
HSL color Cylindrical-coordinate representation of color #EDAAFD: hue angle of 288.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDAAFD is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 170 | 253 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.01 |
| HSL | 288.43º | 0.95% | 0.83% | - |
| HSV(B) | 288.43º | 0.33% | 0.99% | - |
| XYZ | 67.03 | 53.85 | 99.79 | - |
| YUV | 199.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 253 | 0.06 | 0.33 | 0 | 0.01 | 288.43 | 0.95 | 0.83 |
| Hex | ED | AA | FD | 6 | 21 | 0 | 1 | 120 | 5F | 53 |
| Octal | 355 | 252 | 375 | 6 | 41 | 0 | 1 | 440 | 137 | 123 |
| Binary | 11101101 | 10101010 | 11111101 | 110 | 100001 | 0 | 1 | 100100000 | 1011111 | 1010011 |
Color Harmonies of #EDAAFD
Complementary color
Monochromatic Colors of #EDAAFD
Black with #EDAAFD
Text Example
Text Example
White with #EDAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAAFD; }
p { color: rgb(237,170,253); }
H1.HeaderClassName
{
color: #EDAAFD;
}
.AnyTagClassName
{
color: #EDAAFD;
}
</style>
background-color css
<style>
a { background-color: #EDAAFD; }
a { background-color: rgb(237,170,253); }
div.DivClassName
{
background-color: #EDAAFD;
}
.BgClassName
{
background-color: #EDAAFD;
}
</style>
border-color css
<style>
span { border-color: #EDAAFD; }
span { border-color: rgb(237,170,253); }
td.TdClassName
{
border-color: #EDAAFD;
}
.TagClassName
{
border-color: #EDAAFD;
}
</style>