Shades of Mauve #EDB0FE
Tints of Mauve #EDB0FE
RGB
CMYK
RGB Variations
Color information
#EDB0FE (or 0xEDB0FE) is known color: Mauve. HEX triplet: ED, B0 and FE. RGB value is (237,176,254). Sum of RGB (Red+Green+Blue) = 237+176+254=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0FE is #124F01. Grayscale: #CACACA. Windows color (decimal): -1199874 or 16691437. OLE color: 16691437.
HSL color Cylindrical-coordinate representation of color #EDB0FE: hue angle of 286.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDB0FE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 176 | 254 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.00 |
| HSL | 286.92º | 0.98% | 0.84% | - |
| HSV(B) | 286.92º | 0.31% | 1% | - |
| XYZ | 68.34 | 56.21 | 101.01 | - |
| YUV | 203.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 254 | 0.07 | 0.31 | 0 | 0.00 | 286.92 | 0.98 | 0.84 |
| Hex | ED | B0 | FE | 7 | 1F | 0 | 0 | 11F | 62 | 54 |
| Octal | 355 | 260 | 376 | 7 | 37 | 0 | 0 | 437 | 142 | 124 |
| Binary | 11101101 | 10110000 | 11111110 | 111 | 11111 | 0 | 0 | 100011111 | 1100010 | 1010100 |
Color Harmonies of #EDB0FE
Complementary color
Monochromatic Colors of #EDB0FE
Black with #EDB0FE
Text Example
Text Example
White with #EDB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0FE; }
p { color: rgb(237,176,254); }
H1.HeaderClassName
{
color: #EDB0FE;
}
.AnyTagClassName
{
color: #EDB0FE;
}
</style>
background-color css
<style>
a { background-color: #EDB0FE; }
a { background-color: rgb(237,176,254); }
div.DivClassName
{
background-color: #EDB0FE;
}
.BgClassName
{
background-color: #EDB0FE;
}
</style>
border-color css
<style>
span { border-color: #EDB0FE; }
span { border-color: rgb(237,176,254); }
td.TdClassName
{
border-color: #EDB0FE;
}
.TagClassName
{
border-color: #EDB0FE;
}
</style>