Shades of Mauve #EDBAF8
Tints of Mauve #EDBAF8
RGB
CMYK
RGB Variations
Color information
#EDBAF8 (or 0xEDBAF8) is known color: Mauve. HEX triplet: ED, BA and F8. RGB value is (237,186,248). Sum of RGB (Red+Green+Blue) = 237+186+248=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDBAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF8 is #124507. Grayscale: #D0D0D0. Windows color (decimal): -1197320 or 16300781. OLE color: 16300781.
HSL color Cylindrical-coordinate representation of color #EDBAF8: hue angle of 289.35º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBAF8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 186 | 248 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.03 |
| HSL | 289.35º | 0.82% | 0.85% | - |
| HSV(B) | 289.35º | 0.25% | 0.97% | - |
| XYZ | 69.43 | 59.9 | 96.71 | - |
| YUV | 208.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 248 | 0.04 | 0.25 | 0 | 0.03 | 289.35 | 0.82 | 0.85 |
| Hex | ED | BA | F8 | 4 | 19 | 0 | 3 | 121 | 52 | 55 |
| Octal | 355 | 272 | 370 | 4 | 31 | 0 | 3 | 441 | 122 | 125 |
| Binary | 11101101 | 10111010 | 11111000 | 100 | 11001 | 0 | 11 | 100100001 | 1010010 | 1010101 |
Color Harmonies of #EDBAF8
Complementary color
Monochromatic Colors of #EDBAF8
Black with #EDBAF8
Text Example
Text Example
White with #EDBAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAF8; }
p { color: rgb(237,186,248); }
H1.HeaderClassName
{
color: #EDBAF8;
}
.AnyTagClassName
{
color: #EDBAF8;
}
</style>
background-color css
<style>
a { background-color: #EDBAF8; }
a { background-color: rgb(237,186,248); }
div.DivClassName
{
background-color: #EDBAF8;
}
.BgClassName
{
background-color: #EDBAF8;
}
</style>
border-color css
<style>
span { border-color: #EDBAF8; }
span { border-color: rgb(237,186,248); }
td.TdClassName
{
border-color: #EDBAF8;
}
.TagClassName
{
border-color: #EDBAF8;
}
</style>