Shades of Mauve #EDB5FF
Tints of Mauve #EDB5FF
RGB
CMYK
RGB Variations
Color information
#EDB5FF (or 0xEDB5FF) is known color: Mauve. HEX triplet: ED, B5 and FF. RGB value is (237,181,255). Sum of RGB (Red+Green+Blue) = 237+181+255=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 181 (71.09% from 255 or 26.89% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5FF is #124A00. Grayscale: #CDCDCD. Windows color (decimal): -1198593 or 16758253. OLE color: 16758253.
HSL color Cylindrical-coordinate representation of color #EDB5FF: hue angle of 285.41º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB5FF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 181 | 255 | - |
| CMYK | 0.07 | 0.29 | 0 | 0 |
| HSL | 285.41º | 1% | 0.85% | - |
| HSV(B) | 285.41º | 0.29% | 1% | - |
| XYZ | 69.5 | 58.27 | 102.19 | - |
| YUV | 206.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 255 | 0.07 | 0.29 | 0 | 0 | 285.41 | 1 | 0.85 |
| Hex | ED | B5 | FF | 7 | 1D | 0 | 0 | 11D | 64 | 55 |
| Octal | 355 | 265 | 377 | 7 | 35 | 0 | 0 | 435 | 144 | 125 |
| Binary | 11101101 | 10110101 | 11111111 | 111 | 11101 | 0 | 0 | 100011101 | 1100100 | 1010101 |
Color Harmonies of #EDB5FF
Complementary color
Monochromatic Colors of #EDB5FF
Black with #EDB5FF
Text Example
Text Example
White with #EDB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5FF; }
p { color: rgb(237,181,255); }
H1.HeaderClassName
{
color: #EDB5FF;
}
.AnyTagClassName
{
color: #EDB5FF;
}
</style>
background-color css
<style>
a { background-color: #EDB5FF; }
a { background-color: rgb(237,181,255); }
div.DivClassName
{
background-color: #EDB5FF;
}
.BgClassName
{
background-color: #EDB5FF;
}
</style>
border-color css
<style>
span { border-color: #EDB5FF; }
span { border-color: rgb(237,181,255); }
td.TdClassName
{
border-color: #EDB5FF;
}
.TagClassName
{
border-color: #EDB5FF;
}
</style>