Shades of Mauve #EDB3FE
Tints of Mauve #EDB3FE
RGB
CMYK
RGB Variations
Color information
#EDB3FE (or 0xEDB3FE) is known color: Mauve. HEX triplet: ED, B3 and FE. RGB value is (237,179,254). Sum of RGB (Red+Green+Blue) = 237+179+254=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 179 (70.31% from 255 or 26.72% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3FE is #124C01. Grayscale: #CCCCCC. Windows color (decimal): -1199106 or 16692205. OLE color: 16692205.
HSL color Cylindrical-coordinate representation of color #EDB3FE: hue angle of 286.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB3FE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 179 | 254 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.00 |
| HSL | 286.4º | 0.97% | 0.85% | - |
| HSV(B) | 286.4º | 0.3% | 1% | - |
| XYZ | 68.93 | 57.4 | 101.21 | - |
| YUV | 204.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 254 | 0.07 | 0.30 | 0 | 0.00 | 286.4 | 0.97 | 0.85 |
| Hex | ED | B3 | FE | 7 | 1E | 0 | 0 | 11E | 61 | 55 |
| Octal | 355 | 263 | 376 | 7 | 36 | 0 | 0 | 436 | 141 | 125 |
| Binary | 11101101 | 10110011 | 11111110 | 111 | 11110 | 0 | 0 | 100011110 | 1100001 | 1010101 |
Color Harmonies of #EDB3FE
Complementary color
Monochromatic Colors of #EDB3FE
Black with #EDB3FE
Text Example
Text Example
White with #EDB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3FE; }
p { color: rgb(237,179,254); }
H1.HeaderClassName
{
color: #EDB3FE;
}
.AnyTagClassName
{
color: #EDB3FE;
}
</style>
background-color css
<style>
a { background-color: #EDB3FE; }
a { background-color: rgb(237,179,254); }
div.DivClassName
{
background-color: #EDB3FE;
}
.BgClassName
{
background-color: #EDB3FE;
}
</style>
border-color css
<style>
span { border-color: #EDB3FE; }
span { border-color: rgb(237,179,254); }
td.TdClassName
{
border-color: #EDB3FE;
}
.TagClassName
{
border-color: #EDB3FE;
}
</style>