Shades of Mauve #EDB8FE
Tints of Mauve #EDB8FE
RGB
CMYK
RGB Variations
Color information
#EDB8FE (or 0xEDB8FE) is known color: Mauve. HEX triplet: ED, B8 and FE. RGB value is (237,184,254). Sum of RGB (Red+Green+Blue) = 237+184+254=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 184 (72.27% from 255 or 27.26% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8FE is #124701. Grayscale: #CFCFCF. Windows color (decimal): -1197826 or 16693485. OLE color: 16693485.
HSL color Cylindrical-coordinate representation of color #EDB8FE: hue angle of 285.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB8FE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 184 | 254 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.00 |
| HSL | 285.43º | 0.97% | 0.86% | - |
| HSV(B) | 285.43º | 0.28% | 1% | - |
| XYZ | 69.95 | 59.44 | 101.55 | - |
| YUV | 207.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 254 | 0.07 | 0.28 | 0 | 0.00 | 285.43 | 0.97 | 0.86 |
| Hex | ED | B8 | FE | 7 | 1C | 0 | 0 | 11D | 61 | 56 |
| Octal | 355 | 270 | 376 | 7 | 34 | 0 | 0 | 435 | 141 | 126 |
| Binary | 11101101 | 10111000 | 11111110 | 111 | 11100 | 0 | 0 | 100011101 | 1100001 | 1010110 |
Color Harmonies of #EDB8FE
Complementary color
Monochromatic Colors of #EDB8FE
Black with #EDB8FE
Text Example
Text Example
White with #EDB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8FE; }
p { color: rgb(237,184,254); }
H1.HeaderClassName
{
color: #EDB8FE;
}
.AnyTagClassName
{
color: #EDB8FE;
}
</style>
background-color css
<style>
a { background-color: #EDB8FE; }
a { background-color: rgb(237,184,254); }
div.DivClassName
{
background-color: #EDB8FE;
}
.BgClassName
{
background-color: #EDB8FE;
}
</style>
border-color css
<style>
span { border-color: #EDB8FE; }
span { border-color: rgb(237,184,254); }
td.TdClassName
{
border-color: #EDB8FE;
}
.TagClassName
{
border-color: #EDB8FE;
}
</style>