Shades of Mauve #EDB0F3
Tints of Mauve #EDB0F3
RGB
CMYK
RGB Variations
Color information
#EDB0F3 (or 0xEDB0F3) is known color: Mauve. HEX triplet: ED, B0 and F3. RGB value is (237,176,243). Sum of RGB (Red+Green+Blue) = 237+176+243=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0F3 is #124F0C. Grayscale: #C9C9C9. Windows color (decimal): -1199885 or 15970541. OLE color: 15970541.
HSL color Cylindrical-coordinate representation of color #EDB0F3: hue angle of 294.63º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB0F3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 176 | 243 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.05 |
| HSL | 294.63º | 0.74% | 0.82% | - |
| HSV(B) | 294.63º | 0.28% | 0.95% | - |
| XYZ | 66.63 | 55.53 | 92 | - |
| YUV | 201.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 243 | 0.02 | 0.28 | 0 | 0.05 | 294.63 | 0.74 | 0.82 |
| Hex | ED | B0 | F3 | 2 | 1C | 0 | 5 | 127 | 4A | 52 |
| Octal | 355 | 260 | 363 | 2 | 34 | 0 | 5 | 447 | 112 | 122 |
| Binary | 11101101 | 10110000 | 11110011 | 10 | 11100 | 0 | 101 | 100100111 | 1001010 | 1010010 |
Color Harmonies of #EDB0F3
Complementary color
Monochromatic Colors of #EDB0F3
Black with #EDB0F3
Text Example
Text Example
White with #EDB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0F3; }
p { color: rgb(237,176,243); }
H1.HeaderClassName
{
color: #EDB0F3;
}
.AnyTagClassName
{
color: #EDB0F3;
}
</style>
background-color css
<style>
a { background-color: #EDB0F3; }
a { background-color: rgb(237,176,243); }
div.DivClassName
{
background-color: #EDB0F3;
}
.BgClassName
{
background-color: #EDB0F3;
}
</style>
border-color css
<style>
span { border-color: #EDB0F3; }
span { border-color: rgb(237,176,243); }
td.TdClassName
{
border-color: #EDB0F3;
}
.TagClassName
{
border-color: #EDB0F3;
}
</style>