Shades of Mauve #EDB8F6
Tints of Mauve #EDB8F6
RGB
CMYK
RGB Variations
Color information
#EDB8F6 (or 0xEDB8F6) is known color: Mauve. HEX triplet: ED, B8 and F6. RGB value is (237,184,246). Sum of RGB (Red+Green+Blue) = 237+184+246=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDB8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8F6 is #124709. Grayscale: #CECECE. Windows color (decimal): -1197834 or 16169197. OLE color: 16169197.
HSL color Cylindrical-coordinate representation of color #EDB8F6: hue angle of 291.29º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB8F6 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 184 | 246 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.04 |
| HSL | 291.29º | 0.78% | 0.84% | - |
| HSV(B) | 291.29º | 0.25% | 0.96% | - |
| XYZ | 68.7 | 58.94 | 94.94 | - |
| YUV | 206.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 246 | 0.04 | 0.25 | 0 | 0.04 | 291.29 | 0.78 | 0.84 |
| Hex | ED | B8 | F6 | 4 | 19 | 0 | 4 | 123 | 4E | 54 |
| Octal | 355 | 270 | 366 | 4 | 31 | 0 | 4 | 443 | 116 | 124 |
| Binary | 11101101 | 10111000 | 11110110 | 100 | 11001 | 0 | 100 | 100100011 | 1001110 | 1010100 |
Color Harmonies of #EDB8F6
Complementary color
Monochromatic Colors of #EDB8F6
Black with #EDB8F6
Text Example
Text Example
White with #EDB8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8F6; }
p { color: rgb(237,184,246); }
H1.HeaderClassName
{
color: #EDB8F6;
}
.AnyTagClassName
{
color: #EDB8F6;
}
</style>
background-color css
<style>
a { background-color: #EDB8F6; }
a { background-color: rgb(237,184,246); }
div.DivClassName
{
background-color: #EDB8F6;
}
.BgClassName
{
background-color: #EDB8F6;
}
</style>
border-color css
<style>
span { border-color: #EDB8F6; }
span { border-color: rgb(237,184,246); }
td.TdClassName
{
border-color: #EDB8F6;
}
.TagClassName
{
border-color: #EDB8F6;
}
</style>