Shades of Mauve #EDB5FB
Tints of Mauve #EDB5FB
RGB
CMYK
RGB Variations
Color information
#EDB5FB (or 0xEDB5FB) is known color: Mauve. HEX triplet: ED, B5 and FB. RGB value is (237,181,251). Sum of RGB (Red+Green+Blue) = 237+181+251=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5FB is #124A04. Grayscale: #CDCDCD. Windows color (decimal): -1198597 or 16496109. OLE color: 16496109.
HSL color Cylindrical-coordinate representation of color #EDB5FB: hue angle of 288º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB5FB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 181 | 251 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.02 |
| HSL | 288º | 0.9% | 0.85% | - |
| HSV(B) | 288º | 0.28% | 0.98% | - |
| XYZ | 68.86 | 58.02 | 98.84 | - |
| YUV | 205.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 251 | 0.06 | 0.28 | 0 | 0.02 | 288 | 0.9 | 0.85 |
| Hex | ED | B5 | FB | 6 | 1C | 0 | 2 | 120 | 5A | 55 |
| Octal | 355 | 265 | 373 | 6 | 34 | 0 | 2 | 440 | 132 | 125 |
| Binary | 11101101 | 10110101 | 11111011 | 110 | 11100 | 0 | 10 | 100100000 | 1011010 | 1010101 |
Color Harmonies of #EDB5FB
Complementary color
Monochromatic Colors of #EDB5FB
Black with #EDB5FB
Text Example
Text Example
White with #EDB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5FB; }
p { color: rgb(237,181,251); }
H1.HeaderClassName
{
color: #EDB5FB;
}
.AnyTagClassName
{
color: #EDB5FB;
}
</style>
background-color css
<style>
a { background-color: #EDB5FB; }
a { background-color: rgb(237,181,251); }
div.DivClassName
{
background-color: #EDB5FB;
}
.BgClassName
{
background-color: #EDB5FB;
}
</style>
border-color css
<style>
span { border-color: #EDB5FB; }
span { border-color: rgb(237,181,251); }
td.TdClassName
{
border-color: #EDB5FB;
}
.TagClassName
{
border-color: #EDB5FB;
}
</style>