Shades of Mauve #EDB6F5
Tints of Mauve #EDB6F5
RGB
CMYK
RGB Variations
Color information
#EDB6F5 (or 0xEDB6F5) is known color: Mauve. HEX triplet: ED, B6 and F5. RGB value is (237,182,245). Sum of RGB (Red+Green+Blue) = 237+182+245=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 182 (71.48% from 255 or 27.41% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDB6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6F5 is #12490A. Grayscale: #CDCDCD. Windows color (decimal): -1198347 or 16103149. OLE color: 16103149.
HSL color Cylindrical-coordinate representation of color #EDB6F5: hue angle of 292.38º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB6F5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 182 | 245 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.04 |
| HSL | 292.38º | 0.76% | 0.84% | - |
| HSV(B) | 292.38º | 0.26% | 0.96% | - |
| XYZ | 68.13 | 58.05 | 94 | - |
| YUV | 205.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 245 | 0.03 | 0.26 | 0 | 0.04 | 292.38 | 0.76 | 0.84 |
| Hex | ED | B6 | F5 | 3 | 1A | 0 | 4 | 124 | 4C | 54 |
| Octal | 355 | 266 | 365 | 3 | 32 | 0 | 4 | 444 | 114 | 124 |
| Binary | 11101101 | 10110110 | 11110101 | 11 | 11010 | 0 | 100 | 100100100 | 1001100 | 1010100 |
Color Harmonies of #EDB6F5
Complementary color
Monochromatic Colors of #EDB6F5
Black with #EDB6F5
Text Example
Text Example
White with #EDB6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6F5; }
p { color: rgb(237,182,245); }
H1.HeaderClassName
{
color: #EDB6F5;
}
.AnyTagClassName
{
color: #EDB6F5;
}
</style>
background-color css
<style>
a { background-color: #EDB6F5; }
a { background-color: rgb(237,182,245); }
div.DivClassName
{
background-color: #EDB6F5;
}
.BgClassName
{
background-color: #EDB6F5;
}
</style>
border-color css
<style>
span { border-color: #EDB6F5; }
span { border-color: rgb(237,182,245); }
td.TdClassName
{
border-color: #EDB6F5;
}
.TagClassName
{
border-color: #EDB6F5;
}
</style>