Shades of Mauve #EDBDF7
Tints of Mauve #EDBDF7
RGB
CMYK
RGB Variations
Color information
#EDBDF7 (or 0xEDBDF7) is known color: Mauve. HEX triplet: ED, BD and F7. RGB value is (237,189,247). Sum of RGB (Red+Green+Blue) = 237+189+247=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDBDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF7 is #124208. Grayscale: #D1D1D1. Windows color (decimal): -1196553 or 16236013. OLE color: 16236013.
HSL color Cylindrical-coordinate representation of color #EDBDF7: hue angle of 289.66º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBDF7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 189 | 247 | - |
CMYK | 0.04 | 0.23 | 0 | 0.03 |
HSL | 289.66º | 0.78% | 0.85% | - |
HSV(B) | 289.66º | 0.23% | 0.97% | - |
XYZ | 69.91 | 61.12 | 96.11 | - |
YUV | 209.96 | 148.9 | 147.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 189 | 247 | 0.04 | 0.23 | 0 | 0.03 | 289.66 | 0.78 | 0.85 |
Hex | ED | BD | F7 | 4 | 17 | 0 | 3 | 122 | 4E | 55 |
Octal | 355 | 275 | 367 | 4 | 27 | 0 | 3 | 442 | 116 | 125 |
Binary | 11101101 | 10111101 | 11110111 | 100 | 10111 | 0 | 11 | 100100010 | 1001110 | 1010101 |
Color Harmonies of #EDBDF7
Complementary color
Monochromatic Colors of #EDBDF7
Black with #EDBDF7
Text Example
Text Example
White with #EDBDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDF7; }
p { color: rgb(237,189,247); }
H1.HeaderClassName
{
color: #EDBDF7;
}
.AnyTagClassName
{
color: #EDBDF7;
}
</style>
background-color css
<style>
a { background-color: #EDBDF7; }
a { background-color: rgb(237,189,247); }
div.DivClassName
{
background-color: #EDBDF7;
}
.BgClassName
{
background-color: #EDBDF7;
}
</style>
border-color css
<style>
span { border-color: #EDBDF7; }
span { border-color: rgb(237,189,247); }
td.TdClassName
{
border-color: #EDBDF7;
}
.TagClassName
{
border-color: #EDBDF7;
}
</style>