Shades of Mauve #EDBEF5
Tints of Mauve #EDBEF5
RGB
CMYK
RGB Variations
Color information
#EDBEF5 (or 0xEDBEF5) is known color: Mauve. HEX triplet: ED, BE and F5. RGB value is (237,190,245). Sum of RGB (Red+Green+Blue) = 237+190+245=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDBEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEF5 is #12410A. Grayscale: #D2D2D2. Windows color (decimal): -1196299 or 16105197. OLE color: 16105197.
HSL color Cylindrical-coordinate representation of color #EDBEF5: hue angle of 291.27º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBEF5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 190 | 245 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.04 |
| HSL | 291.27º | 0.73% | 0.85% | - |
| HSV(B) | 291.27º | 0.22% | 0.96% | - |
| XYZ | 69.82 | 61.42 | 94.56 | - |
| YUV | 210.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 245 | 0.03 | 0.22 | 0 | 0.04 | 291.27 | 0.73 | 0.85 |
| Hex | ED | BE | F5 | 3 | 16 | 0 | 4 | 123 | 49 | 55 |
| Octal | 355 | 276 | 365 | 3 | 26 | 0 | 4 | 443 | 111 | 125 |
| Binary | 11101101 | 10111110 | 11110101 | 11 | 10110 | 0 | 100 | 100100011 | 1001001 | 1010101 |
Color Harmonies of #EDBEF5
Complementary color
Monochromatic Colors of #EDBEF5
Black with #EDBEF5
Text Example
Text Example
White with #EDBEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEF5; }
p { color: rgb(237,190,245); }
H1.HeaderClassName
{
color: #EDBEF5;
}
.AnyTagClassName
{
color: #EDBEF5;
}
</style>
background-color css
<style>
a { background-color: #EDBEF5; }
a { background-color: rgb(237,190,245); }
div.DivClassName
{
background-color: #EDBEF5;
}
.BgClassName
{
background-color: #EDBEF5;
}
</style>
border-color css
<style>
span { border-color: #EDBEF5; }
span { border-color: rgb(237,190,245); }
td.TdClassName
{
border-color: #EDBEF5;
}
.TagClassName
{
border-color: #EDBEF5;
}
</style>