Shades of Mauve #EDB9FC
Tints of Mauve #EDB9FC
RGB
CMYK
RGB Variations
Color information
#EDB9FC (or 0xEDB9FC) is known color: Mauve. HEX triplet: ED, B9 and FC. RGB value is (237,185,252). Sum of RGB (Red+Green+Blue) = 237+185+252=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9FC is #124603. Grayscale: #CFCFCF. Windows color (decimal): -1197572 or 16562669. OLE color: 16562669.
HSL color Cylindrical-coordinate representation of color #EDB9FC: hue angle of 286.57º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB9FC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 185 | 252 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.01 |
| HSL | 286.57º | 0.92% | 0.86% | - |
| HSV(B) | 286.57º | 0.27% | 0.99% | - |
| XYZ | 69.84 | 59.73 | 99.94 | - |
| YUV | 208.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 252 | 0.06 | 0.27 | 0 | 0.01 | 286.57 | 0.92 | 0.86 |
| Hex | ED | B9 | FC | 6 | 1B | 0 | 1 | 11F | 5C | 56 |
| Octal | 355 | 271 | 374 | 6 | 33 | 0 | 1 | 437 | 134 | 126 |
| Binary | 11101101 | 10111001 | 11111100 | 110 | 11011 | 0 | 1 | 100011111 | 1011100 | 1010110 |
Color Harmonies of #EDB9FC
Complementary color
Monochromatic Colors of #EDB9FC
Black with #EDB9FC
Text Example
Text Example
White with #EDB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9FC; }
p { color: rgb(237,185,252); }
H1.HeaderClassName
{
color: #EDB9FC;
}
.AnyTagClassName
{
color: #EDB9FC;
}
</style>
background-color css
<style>
a { background-color: #EDB9FC; }
a { background-color: rgb(237,185,252); }
div.DivClassName
{
background-color: #EDB9FC;
}
.BgClassName
{
background-color: #EDB9FC;
}
</style>
border-color css
<style>
span { border-color: #EDB9FC; }
span { border-color: rgb(237,185,252); }
td.TdClassName
{
border-color: #EDB9FC;
}
.TagClassName
{
border-color: #EDB9FC;
}
</style>