Shades of Mauve #EDA5FB
Tints of Mauve #EDA5FB
RGB
CMYK
RGB Variations
Color information
#EDA5FB (or 0xEDA5FB) is known color: Mauve. HEX triplet: ED, A5 and FB. RGB value is (237,165,251). Sum of RGB (Red+Green+Blue) = 237+165+251=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5FB is #125A04. Grayscale: #C4C4C4. Windows color (decimal): -1202693 or 16492013. OLE color: 16492013.
HSL color Cylindrical-coordinate representation of color #EDA5FB: hue angle of 290.23º 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 #EDA5FB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 165 | 251 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.02 |
| HSL | 290.23º | 0.91% | 0.82% | - |
| HSV(B) | 290.23º | 0.34% | 0.98% | - |
| XYZ | 65.79 | 51.88 | 97.81 | - |
| YUV | 196.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 251 | 0.06 | 0.34 | 0 | 0.02 | 290.23 | 0.91 | 0.82 |
| Hex | ED | A5 | FB | 6 | 22 | 0 | 2 | 122 | 5B | 52 |
| Octal | 355 | 245 | 373 | 6 | 42 | 0 | 2 | 442 | 133 | 122 |
| Binary | 11101101 | 10100101 | 11111011 | 110 | 100010 | 0 | 10 | 100100010 | 1011011 | 1010010 |
Color Harmonies of #EDA5FB
Complementary color
Monochromatic Colors of #EDA5FB
Black with #EDA5FB
Text Example
Text Example
White with #EDA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5FB; }
p { color: rgb(237,165,251); }
H1.HeaderClassName
{
color: #EDA5FB;
}
.AnyTagClassName
{
color: #EDA5FB;
}
</style>
background-color css
<style>
a { background-color: #EDA5FB; }
a { background-color: rgb(237,165,251); }
div.DivClassName
{
background-color: #EDA5FB;
}
.BgClassName
{
background-color: #EDA5FB;
}
</style>
border-color css
<style>
span { border-color: #EDA5FB; }
span { border-color: rgb(237,165,251); }
td.TdClassName
{
border-color: #EDA5FB;
}
.TagClassName
{
border-color: #EDA5FB;
}
</style>