Shades of Mauve #EDB7FE
Tints of Mauve #EDB7FE
RGB
CMYK
RGB Variations
Color information
#EDB7FE (or 0xEDB7FE) is known color: Mauve. HEX triplet: ED, B7 and FE. RGB value is (237,183,254). Sum of RGB (Red+Green+Blue) = 237+183+254=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7FE is #124801. Grayscale: #CFCFCF. Windows color (decimal): -1198082 or 16693229. OLE color: 16693229.
HSL color Cylindrical-coordinate representation of color #EDB7FE: hue angle of 285.63º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB7FE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 183 | 254 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.00 |
| HSL | 285.63º | 0.97% | 0.86% | - |
| HSV(B) | 285.63º | 0.28% | 1% | - |
| XYZ | 69.75 | 59.03 | 101.48 | - |
| YUV | 207.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 254 | 0.07 | 0.28 | 0 | 0.00 | 285.63 | 0.97 | 0.86 |
| Hex | ED | B7 | FE | 7 | 1C | 0 | 0 | 11E | 61 | 56 |
| Octal | 355 | 267 | 376 | 7 | 34 | 0 | 0 | 436 | 141 | 126 |
| Binary | 11101101 | 10110111 | 11111110 | 111 | 11100 | 0 | 0 | 100011110 | 1100001 | 1010110 |
Color Harmonies of #EDB7FE
Complementary color
Monochromatic Colors of #EDB7FE
Black with #EDB7FE
Text Example
Text Example
White with #EDB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7FE; }
p { color: rgb(237,183,254); }
H1.HeaderClassName
{
color: #EDB7FE;
}
.AnyTagClassName
{
color: #EDB7FE;
}
</style>
background-color css
<style>
a { background-color: #EDB7FE; }
a { background-color: rgb(237,183,254); }
div.DivClassName
{
background-color: #EDB7FE;
}
.BgClassName
{
background-color: #EDB7FE;
}
</style>
border-color css
<style>
span { border-color: #EDB7FE; }
span { border-color: rgb(237,183,254); }
td.TdClassName
{
border-color: #EDB7FE;
}
.TagClassName
{
border-color: #EDB7FE;
}
</style>