Shades of Mauve #EDBDF8
Tints of Mauve #EDBDF8
RGB
CMYK
RGB Variations
Color information
#EDBDF8 (or 0xEDBDF8) is known color: Mauve. HEX triplet: ED, BD and F8. RGB value is (237,189,248). Sum of RGB (Red+Green+Blue) = 237+189+248=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF8 is #124207. Grayscale: #D1D1D1. Windows color (decimal): -1196552 or 16301549. OLE color: 16301549.
HSL color Cylindrical-coordinate representation of color #EDBDF8: hue angle of 288.81º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBDF8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 189 | 248 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.03 |
| HSL | 288.81º | 0.81% | 0.86% | - |
| HSV(B) | 288.81º | 0.24% | 0.97% | - |
| XYZ | 70.07 | 61.18 | 96.92 | - |
| YUV | 210.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 248 | 0.04 | 0.24 | 0 | 0.03 | 288.81 | 0.81 | 0.86 |
| Hex | ED | BD | F8 | 4 | 18 | 0 | 3 | 121 | 51 | 56 |
| Octal | 355 | 275 | 370 | 4 | 30 | 0 | 3 | 441 | 121 | 126 |
| Binary | 11101101 | 10111101 | 11111000 | 100 | 11000 | 0 | 11 | 100100001 | 1010001 | 1010110 |
Color Harmonies of #EDBDF8
Complementary color
Monochromatic Colors of #EDBDF8
Black with #EDBDF8
Text Example
Text Example
White with #EDBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDF8; }
p { color: rgb(237,189,248); }
H1.HeaderClassName
{
color: #EDBDF8;
}
.AnyTagClassName
{
color: #EDBDF8;
}
</style>
background-color css
<style>
a { background-color: #EDBDF8; }
a { background-color: rgb(237,189,248); }
div.DivClassName
{
background-color: #EDBDF8;
}
.BgClassName
{
background-color: #EDBDF8;
}
</style>
border-color css
<style>
span { border-color: #EDBDF8; }
span { border-color: rgb(237,189,248); }
td.TdClassName
{
border-color: #EDBDF8;
}
.TagClassName
{
border-color: #EDBDF8;
}
</style>