Shades of Mauve #EDBDF5
Tints of Mauve #EDBDF5
RGB
CMYK
RGB Variations
Color information
#EDBDF5 (or 0xEDBDF5) is known color: Mauve. HEX triplet: ED, BD and F5. RGB value is (237,189,245). Sum of RGB (Red+Green+Blue) = 237+189+245=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDBDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF5 is #12420A. Grayscale: #D1D1D1. Windows color (decimal): -1196555 or 16104941. OLE color: 16104941.
HSL color Cylindrical-coordinate representation of color #EDBDF5: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBDF5 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 189 | 245 | - |
CMYK | 0.03 | 0.23 | 0 | 0.04 |
HSL | 291.43º | 0.74% | 0.85% | - |
HSV(B) | 291.43º | 0.23% | 0.96% | - |
XYZ | 69.6 | 60.99 | 94.49 | - |
YUV | 209.74 | 147.9 | 147.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 189 | 245 | 0.03 | 0.23 | 0 | 0.04 | 291.43 | 0.74 | 0.85 |
Hex | ED | BD | F5 | 3 | 17 | 0 | 4 | 123 | 4A | 55 |
Octal | 355 | 275 | 365 | 3 | 27 | 0 | 4 | 443 | 112 | 125 |
Binary | 11101101 | 10111101 | 11110101 | 11 | 10111 | 0 | 100 | 100100011 | 1001010 | 1010101 |
Color Harmonies of #EDBDF5
Complementary color
Monochromatic Colors of #EDBDF5
Black with #EDBDF5
Text Example
Text Example
White with #EDBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDF5; }
p { color: rgb(237,189,245); }
H1.HeaderClassName
{
color: #EDBDF5;
}
.AnyTagClassName
{
color: #EDBDF5;
}
</style>
background-color css
<style>
a { background-color: #EDBDF5; }
a { background-color: rgb(237,189,245); }
div.DivClassName
{
background-color: #EDBDF5;
}
.BgClassName
{
background-color: #EDBDF5;
}
</style>
border-color css
<style>
span { border-color: #EDBDF5; }
span { border-color: rgb(237,189,245); }
td.TdClassName
{
border-color: #EDBDF5;
}
.TagClassName
{
border-color: #EDBDF5;
}
</style>