Shades of Mauve #EDBCFF
Tints of Mauve #EDBCFF
RGB
CMYK
RGB Variations
Color information
#EDBCFF (or 0xEDBCFF) is known color: Mauve. HEX triplet: ED, BC and FF. RGB value is (237,188,255). Sum of RGB (Red+Green+Blue) = 237+188+255=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCFF is #124300. Grayscale: #D2D2D2. Windows color (decimal): -1196801 or 16760045. OLE color: 16760045.
HSL color Cylindrical-coordinate representation of color #EDBCFF: hue angle of 283.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDBCFF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 188 | 255 | - |
| CMYK | 0.07 | 0.26 | 0 | 0 |
| HSL | 283.88º | 1% | 0.87% | - |
| HSV(B) | 283.88º | 0.26% | 1% | - |
| XYZ | 70.96 | 61.19 | 102.68 | - |
| YUV | 210.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 255 | 0.07 | 0.26 | 0 | 0 | 283.88 | 1 | 0.87 |
| Hex | ED | BC | FF | 7 | 1A | 0 | 0 | 11C | 64 | 57 |
| Octal | 355 | 274 | 377 | 7 | 32 | 0 | 0 | 434 | 144 | 127 |
| Binary | 11101101 | 10111100 | 11111111 | 111 | 11010 | 0 | 0 | 100011100 | 1100100 | 1010111 |
Color Harmonies of #EDBCFF
Complementary color
Monochromatic Colors of #EDBCFF
Black with #EDBCFF
Text Example
Text Example
White with #EDBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCFF; }
p { color: rgb(237,188,255); }
H1.HeaderClassName
{
color: #EDBCFF;
}
.AnyTagClassName
{
color: #EDBCFF;
}
</style>
background-color css
<style>
a { background-color: #EDBCFF; }
a { background-color: rgb(237,188,255); }
div.DivClassName
{
background-color: #EDBCFF;
}
.BgClassName
{
background-color: #EDBCFF;
}
</style>
border-color css
<style>
span { border-color: #EDBCFF; }
span { border-color: rgb(237,188,255); }
td.TdClassName
{
border-color: #EDBCFF;
}
.TagClassName
{
border-color: #EDBCFF;
}
</style>