Shades of Mauve #EDB7FF
Tints of Mauve #EDB7FF
RGB
CMYK
RGB Variations
Color information
#EDB7FF (or 0xEDB7FF) is known color: Mauve. HEX triplet: ED, B7 and FF. RGB value is (237,183,255). Sum of RGB (Red+Green+Blue) = 237+183+255=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7FF is #124800. Grayscale: #CFCFCF. Windows color (decimal): -1198081 or 16758765. OLE color: 16758765.
HSL color Cylindrical-coordinate representation of color #EDB7FF: hue angle of 285º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB7FF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 183 | 255 | - |
| CMYK | 0.07 | 0.28 | 0 | 0 |
| HSL | 285º | 1% | 0.86% | - |
| HSV(B) | 285º | 0.28% | 1% | - |
| XYZ | 69.91 | 59.09 | 102.33 | - |
| YUV | 207.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 255 | 0.07 | 0.28 | 0 | 0 | 285 | 1 | 0.86 |
| Hex | ED | B7 | FF | 7 | 1C | 0 | 0 | 11D | 64 | 56 |
| Octal | 355 | 267 | 377 | 7 | 34 | 0 | 0 | 435 | 144 | 126 |
| Binary | 11101101 | 10110111 | 11111111 | 111 | 11100 | 0 | 0 | 100011101 | 1100100 | 1010110 |
Color Harmonies of #EDB7FF
Complementary color
Monochromatic Colors of #EDB7FF
Black with #EDB7FF
Text Example
Text Example
White with #EDB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7FF; }
p { color: rgb(237,183,255); }
H1.HeaderClassName
{
color: #EDB7FF;
}
.AnyTagClassName
{
color: #EDB7FF;
}
</style>
background-color css
<style>
a { background-color: #EDB7FF; }
a { background-color: rgb(237,183,255); }
div.DivClassName
{
background-color: #EDB7FF;
}
.BgClassName
{
background-color: #EDB7FF;
}
</style>
border-color css
<style>
span { border-color: #EDB7FF; }
span { border-color: rgb(237,183,255); }
td.TdClassName
{
border-color: #EDB7FF;
}
.TagClassName
{
border-color: #EDB7FF;
}
</style>