Shades of Mauve #EDBCFB
Tints of Mauve #EDBCFB
RGB
CMYK
RGB Variations
Color information
#EDBCFB (or 0xEDBCFB) is known color: Mauve. HEX triplet: ED, BC and FB. RGB value is (237,188,251). Sum of RGB (Red+Green+Blue) = 237+188+251=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDBCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCFB is #124304. Grayscale: #D1D1D1. Windows color (decimal): -1196805 or 16497901. OLE color: 16497901.
HSL color Cylindrical-coordinate representation of color #EDBCFB: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBCFB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 188 | 251 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.02 |
| HSL | 286.67º | 0.89% | 0.86% | - |
| HSV(B) | 286.67º | 0.25% | 0.98% | - |
| XYZ | 70.32 | 60.94 | 99.32 | - |
| YUV | 209.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 251 | 0.06 | 0.25 | 0 | 0.02 | 286.67 | 0.89 | 0.86 |
| Hex | ED | BC | FB | 6 | 19 | 0 | 2 | 11F | 59 | 56 |
| Octal | 355 | 274 | 373 | 6 | 31 | 0 | 2 | 437 | 131 | 126 |
| Binary | 11101101 | 10111100 | 11111011 | 110 | 11001 | 0 | 10 | 100011111 | 1011001 | 1010110 |
Color Harmonies of #EDBCFB
Complementary color
Monochromatic Colors of #EDBCFB
Black with #EDBCFB
Text Example
Text Example
White with #EDBCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCFB; }
p { color: rgb(237,188,251); }
H1.HeaderClassName
{
color: #EDBCFB;
}
.AnyTagClassName
{
color: #EDBCFB;
}
</style>
background-color css
<style>
a { background-color: #EDBCFB; }
a { background-color: rgb(237,188,251); }
div.DivClassName
{
background-color: #EDBCFB;
}
.BgClassName
{
background-color: #EDBCFB;
}
</style>
border-color css
<style>
span { border-color: #EDBCFB; }
span { border-color: rgb(237,188,251); }
td.TdClassName
{
border-color: #EDBCFB;
}
.TagClassName
{
border-color: #EDBCFB;
}
</style>