Shades of Mauve #EDBBF5
Tints of Mauve #EDBBF5
RGB
CMYK
RGB Variations
Color information
#EDBBF5 (or 0xEDBBF5) is known color: Mauve. HEX triplet: ED, BB and F5. RGB value is (237,187,245). Sum of RGB (Red+Green+Blue) = 237+187+245=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDBBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBF5 is #12440A. Grayscale: #D0D0D0. Windows color (decimal): -1197067 or 16104429. OLE color: 16104429.
HSL color Cylindrical-coordinate representation of color #EDBBF5: hue angle of 291.72º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBBF5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 187 | 245 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.04 |
| HSL | 291.72º | 0.74% | 0.85% | - |
| HSV(B) | 291.72º | 0.24% | 0.96% | - |
| XYZ | 69.18 | 60.14 | 94.35 | - |
| YUV | 208.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 245 | 0.03 | 0.24 | 0 | 0.04 | 291.72 | 0.74 | 0.85 |
| Hex | ED | BB | F5 | 3 | 18 | 0 | 4 | 124 | 4A | 55 |
| Octal | 355 | 273 | 365 | 3 | 30 | 0 | 4 | 444 | 112 | 125 |
| Binary | 11101101 | 10111011 | 11110101 | 11 | 11000 | 0 | 100 | 100100100 | 1001010 | 1010101 |
Color Harmonies of #EDBBF5
Complementary color
Monochromatic Colors of #EDBBF5
Black with #EDBBF5
Text Example
Text Example
White with #EDBBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBF5; }
p { color: rgb(237,187,245); }
H1.HeaderClassName
{
color: #EDBBF5;
}
.AnyTagClassName
{
color: #EDBBF5;
}
</style>
background-color css
<style>
a { background-color: #EDBBF5; }
a { background-color: rgb(237,187,245); }
div.DivClassName
{
background-color: #EDBBF5;
}
.BgClassName
{
background-color: #EDBBF5;
}
</style>
border-color css
<style>
span { border-color: #EDBBF5; }
span { border-color: rgb(237,187,245); }
td.TdClassName
{
border-color: #EDBBF5;
}
.TagClassName
{
border-color: #EDBBF5;
}
</style>