Shades of Mauve #EDB1FC
Tints of Mauve #EDB1FC
RGB
CMYK
RGB Variations
Color information
#EDB1FC (or 0xEDB1FC) is known color: Mauve. HEX triplet: ED, B1 and FC. RGB value is (237,177,252). Sum of RGB (Red+Green+Blue) = 237+177+252=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDB1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FC is #124E03. Grayscale: #CBCBCB. Windows color (decimal): -1199620 or 16560621. OLE color: 16560621.
HSL color Cylindrical-coordinate representation of color #EDB1FC: hue angle of 288º 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 #EDB1FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 177 | 252 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.01 |
| HSL | 288º | 0.93% | 0.84% | - |
| HSV(B) | 288º | 0.3% | 0.99% | - |
| XYZ | 68.22 | 56.48 | 99.4 | - |
| YUV | 203.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 252 | 0.06 | 0.30 | 0 | 0.01 | 288 | 0.93 | 0.84 |
| Hex | ED | B1 | FC | 6 | 1E | 0 | 1 | 120 | 5D | 54 |
| Octal | 355 | 261 | 374 | 6 | 36 | 0 | 1 | 440 | 135 | 124 |
| Binary | 11101101 | 10110001 | 11111100 | 110 | 11110 | 0 | 1 | 100100000 | 1011101 | 1010100 |
Color Harmonies of #EDB1FC
Complementary color
Monochromatic Colors of #EDB1FC
Black with #EDB1FC
Text Example
Text Example
White with #EDB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1FC; }
p { color: rgb(237,177,252); }
H1.HeaderClassName
{
color: #EDB1FC;
}
.AnyTagClassName
{
color: #EDB1FC;
}
</style>
background-color css
<style>
a { background-color: #EDB1FC; }
a { background-color: rgb(237,177,252); }
div.DivClassName
{
background-color: #EDB1FC;
}
.BgClassName
{
background-color: #EDB1FC;
}
</style>
border-color css
<style>
span { border-color: #EDB1FC; }
span { border-color: rgb(237,177,252); }
td.TdClassName
{
border-color: #EDB1FC;
}
.TagClassName
{
border-color: #EDB1FC;
}
</style>