Shades of Mauve #EDA7FB
Tints of Mauve #EDA7FB
RGB
CMYK
RGB Variations
Color information
#EDA7FB (or 0xEDA7FB) is known color: Mauve. HEX triplet: ED, A7 and FB. RGB value is (237,167,251). Sum of RGB (Red+Green+Blue) = 237+167+251=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 167 (65.62% from 255 or 25.50% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7FB is #125804. Grayscale: #C5C5C5. Windows color (decimal): -1202181 or 16492525. OLE color: 16492525.
HSL color Cylindrical-coordinate representation of color #EDA7FB: hue angle of 290º 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 #EDA7FB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 167 | 251 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.02 |
| HSL | 290º | 0.91% | 0.82% | - |
| HSV(B) | 290º | 0.33% | 0.98% | - |
| XYZ | 66.16 | 52.61 | 97.93 | - |
| YUV | 197.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 251 | 0.06 | 0.33 | 0 | 0.02 | 290 | 0.91 | 0.82 |
| Hex | ED | A7 | FB | 6 | 21 | 0 | 2 | 122 | 5B | 52 |
| Octal | 355 | 247 | 373 | 6 | 41 | 0 | 2 | 442 | 133 | 122 |
| Binary | 11101101 | 10100111 | 11111011 | 110 | 100001 | 0 | 10 | 100100010 | 1011011 | 1010010 |
Color Harmonies of #EDA7FB
Complementary color
Monochromatic Colors of #EDA7FB
Black with #EDA7FB
Text Example
Text Example
White with #EDA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7FB; }
p { color: rgb(237,167,251); }
H1.HeaderClassName
{
color: #EDA7FB;
}
.AnyTagClassName
{
color: #EDA7FB;
}
</style>
background-color css
<style>
a { background-color: #EDA7FB; }
a { background-color: rgb(237,167,251); }
div.DivClassName
{
background-color: #EDA7FB;
}
.BgClassName
{
background-color: #EDA7FB;
}
</style>
border-color css
<style>
span { border-color: #EDA7FB; }
span { border-color: rgb(237,167,251); }
td.TdClassName
{
border-color: #EDA7FB;
}
.TagClassName
{
border-color: #EDA7FB;
}
</style>