Shades of Mauve #EDA9FB
Tints of Mauve #EDA9FB
RGB
CMYK
RGB Variations
Color information
#EDA9FB (or 0xEDA9FB) is known color: Mauve. HEX triplet: ED, A9 and FB. RGB value is (237,169,251). Sum of RGB (Red+Green+Blue) = 237+169+251=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 169 (66.41% from 255 or 25.72% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9FB is #125604. Grayscale: #C6C6C6. Windows color (decimal): -1201669 or 16493037. OLE color: 16493037.
HSL color Cylindrical-coordinate representation of color #EDA9FB: hue angle of 289.76º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA9FB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 169 | 251 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.02 |
| HSL | 289.76º | 0.91% | 0.82% | - |
| HSV(B) | 289.76º | 0.33% | 0.98% | - |
| XYZ | 66.53 | 53.35 | 98.06 | - |
| YUV | 198.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 251 | 0.06 | 0.33 | 0 | 0.02 | 289.76 | 0.91 | 0.82 |
| Hex | ED | A9 | FB | 6 | 21 | 0 | 2 | 122 | 5B | 52 |
| Octal | 355 | 251 | 373 | 6 | 41 | 0 | 2 | 442 | 133 | 122 |
| Binary | 11101101 | 10101001 | 11111011 | 110 | 100001 | 0 | 10 | 100100010 | 1011011 | 1010010 |
Color Harmonies of #EDA9FB
Complementary color
Monochromatic Colors of #EDA9FB
Black with #EDA9FB
Text Example
Text Example
White with #EDA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9FB; }
p { color: rgb(237,169,251); }
H1.HeaderClassName
{
color: #EDA9FB;
}
.AnyTagClassName
{
color: #EDA9FB;
}
</style>
background-color css
<style>
a { background-color: #EDA9FB; }
a { background-color: rgb(237,169,251); }
div.DivClassName
{
background-color: #EDA9FB;
}
.BgClassName
{
background-color: #EDA9FB;
}
</style>
border-color css
<style>
span { border-color: #EDA9FB; }
span { border-color: rgb(237,169,251); }
td.TdClassName
{
border-color: #EDA9FB;
}
.TagClassName
{
border-color: #EDA9FB;
}
</style>