Shades of Mauve #EDA6FB
Tints of Mauve #EDA6FB
RGB
CMYK
RGB Variations
Color information
#EDA6FB (or 0xEDA6FB) is known color: Mauve. HEX triplet: ED, A6 and FB. RGB value is (237,166,251). Sum of RGB (Red+Green+Blue) = 237+166+251=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6FB is #125904. Grayscale: #C4C4C4. Windows color (decimal): -1202437 or 16492269. OLE color: 16492269.
HSL color Cylindrical-coordinate representation of color #EDA6FB: hue angle of 290.12º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA6FB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 166 | 251 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.02 |
| HSL | 290.12º | 0.91% | 0.82% | - |
| HSV(B) | 290.12º | 0.34% | 0.98% | - |
| XYZ | 65.97 | 52.24 | 97.87 | - |
| YUV | 196.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 251 | 0.06 | 0.34 | 0 | 0.02 | 290.12 | 0.91 | 0.82 |
| Hex | ED | A6 | FB | 6 | 22 | 0 | 2 | 122 | 5B | 52 |
| Octal | 355 | 246 | 373 | 6 | 42 | 0 | 2 | 442 | 133 | 122 |
| Binary | 11101101 | 10100110 | 11111011 | 110 | 100010 | 0 | 10 | 100100010 | 1011011 | 1010010 |
Color Harmonies of #EDA6FB
Complementary color
Monochromatic Colors of #EDA6FB
Black with #EDA6FB
Text Example
Text Example
White with #EDA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6FB; }
p { color: rgb(237,166,251); }
H1.HeaderClassName
{
color: #EDA6FB;
}
.AnyTagClassName
{
color: #EDA6FB;
}
</style>
background-color css
<style>
a { background-color: #EDA6FB; }
a { background-color: rgb(237,166,251); }
div.DivClassName
{
background-color: #EDA6FB;
}
.BgClassName
{
background-color: #EDA6FB;
}
</style>
border-color css
<style>
span { border-color: #EDA6FB; }
span { border-color: rgb(237,166,251); }
td.TdClassName
{
border-color: #EDA6FB;
}
.TagClassName
{
border-color: #EDA6FB;
}
</style>