Shades of Mauve #EDB4FB
Tints of Mauve #EDB4FB
RGB
CMYK
RGB Variations
Color information
#EDB4FB (or 0xEDB4FB) is known color: Mauve. HEX triplet: ED, B4 and FB. RGB value is (237,180,251). Sum of RGB (Red+Green+Blue) = 237+180+251=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4FB is #124B04. Grayscale: #CCCCCC. Windows color (decimal): -1198853 or 16495853. OLE color: 16495853.
HSL color Cylindrical-coordinate representation of color #EDB4FB: hue angle of 288.17º 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 #EDB4FB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 180 | 251 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.02 |
| HSL | 288.17º | 0.9% | 0.85% | - |
| HSV(B) | 288.17º | 0.28% | 0.98% | - |
| XYZ | 68.66 | 57.61 | 98.77 | - |
| YUV | 205.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 251 | 0.06 | 0.28 | 0 | 0.02 | 288.17 | 0.9 | 0.85 |
| Hex | ED | B4 | FB | 6 | 1C | 0 | 2 | 120 | 5A | 55 |
| Octal | 355 | 264 | 373 | 6 | 34 | 0 | 2 | 440 | 132 | 125 |
| Binary | 11101101 | 10110100 | 11111011 | 110 | 11100 | 0 | 10 | 100100000 | 1011010 | 1010101 |
Color Harmonies of #EDB4FB
Complementary color
Monochromatic Colors of #EDB4FB
Black with #EDB4FB
Text Example
Text Example
White with #EDB4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4FB; }
p { color: rgb(237,180,251); }
H1.HeaderClassName
{
color: #EDB4FB;
}
.AnyTagClassName
{
color: #EDB4FB;
}
</style>
background-color css
<style>
a { background-color: #EDB4FB; }
a { background-color: rgb(237,180,251); }
div.DivClassName
{
background-color: #EDB4FB;
}
.BgClassName
{
background-color: #EDB4FB;
}
</style>
border-color css
<style>
span { border-color: #EDB4FB; }
span { border-color: rgb(237,180,251); }
td.TdClassName
{
border-color: #EDB4FB;
}
.TagClassName
{
border-color: #EDB4FB;
}
</style>