Shades of Mauve #EDB0FC
Tints of Mauve #EDB0FC
RGB
CMYK
RGB Variations
Color information
#EDB0FC (or 0xEDB0FC) is known color: Mauve. HEX triplet: ED, B0 and FC. RGB value is (237,176,252). Sum of RGB (Red+Green+Blue) = 237+176+252=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDB0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0FC is #124F03. Grayscale: #CACACA. Windows color (decimal): -1199876 or 16560365. OLE color: 16560365.
HSL color Cylindrical-coordinate representation of color #EDB0FC: hue angle of 288.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB0FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 176 | 252 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.01 |
| HSL | 288.16º | 0.93% | 0.84% | - |
| HSV(B) | 288.16º | 0.3% | 0.99% | - |
| XYZ | 68.02 | 56.08 | 99.34 | - |
| YUV | 202.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 252 | 0.06 | 0.30 | 0 | 0.01 | 288.16 | 0.93 | 0.84 |
| Hex | ED | B0 | FC | 6 | 1E | 0 | 1 | 120 | 5D | 54 |
| Octal | 355 | 260 | 374 | 6 | 36 | 0 | 1 | 440 | 135 | 124 |
| Binary | 11101101 | 10110000 | 11111100 | 110 | 11110 | 0 | 1 | 100100000 | 1011101 | 1010100 |
Color Harmonies of #EDB0FC
Complementary color
Monochromatic Colors of #EDB0FC
Black with #EDB0FC
Text Example
Text Example
White with #EDB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0FC; }
p { color: rgb(237,176,252); }
H1.HeaderClassName
{
color: #EDB0FC;
}
.AnyTagClassName
{
color: #EDB0FC;
}
</style>
background-color css
<style>
a { background-color: #EDB0FC; }
a { background-color: rgb(237,176,252); }
div.DivClassName
{
background-color: #EDB0FC;
}
.BgClassName
{
background-color: #EDB0FC;
}
</style>
border-color css
<style>
span { border-color: #EDB0FC; }
span { border-color: rgb(237,176,252); }
td.TdClassName
{
border-color: #EDB0FC;
}
.TagClassName
{
border-color: #EDB0FC;
}
</style>