Shades of Mauve #EDB1F9
Tints of Mauve #EDB1F9
RGB
CMYK
RGB Variations
Color information
#EDB1F9 (or 0xEDB1F9) is known color: Mauve. HEX triplet: ED, B1 and F9. RGB value is (237,177,249). Sum of RGB (Red+Green+Blue) = 237+177+249=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 177 (69.53% from 255 or 26.70% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDB1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1F9 is #124E06. Grayscale: #CACACA. Windows color (decimal): -1199623 or 16364013. OLE color: 16364013.
HSL color Cylindrical-coordinate representation of color #EDB1F9: hue angle of 290º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB1F9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 177 | 249 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.02 |
| HSL | 290º | 0.86% | 0.84% | - |
| HSV(B) | 290º | 0.29% | 0.98% | - |
| XYZ | 67.75 | 56.29 | 96.92 | - |
| YUV | 203.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 249 | 0.05 | 0.29 | 0 | 0.02 | 290 | 0.86 | 0.84 |
| Hex | ED | B1 | F9 | 5 | 1D | 0 | 2 | 122 | 56 | 54 |
| Octal | 355 | 261 | 371 | 5 | 35 | 0 | 2 | 442 | 126 | 124 |
| Binary | 11101101 | 10110001 | 11111001 | 101 | 11101 | 0 | 10 | 100100010 | 1010110 | 1010100 |
Color Harmonies of #EDB1F9
Complementary color
Monochromatic Colors of #EDB1F9
Black with #EDB1F9
Text Example
Text Example
White with #EDB1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1F9; }
p { color: rgb(237,177,249); }
H1.HeaderClassName
{
color: #EDB1F9;
}
.AnyTagClassName
{
color: #EDB1F9;
}
</style>
background-color css
<style>
a { background-color: #EDB1F9; }
a { background-color: rgb(237,177,249); }
div.DivClassName
{
background-color: #EDB1F9;
}
.BgClassName
{
background-color: #EDB1F9;
}
</style>
border-color css
<style>
span { border-color: #EDB1F9; }
span { border-color: rgb(237,177,249); }
td.TdClassName
{
border-color: #EDB1F9;
}
.TagClassName
{
border-color: #EDB1F9;
}
</style>