Shades of Mauve #EDB8FB
Tints of Mauve #EDB8FB
RGB
CMYK
RGB Variations
Color information
#EDB8FB (or 0xEDB8FB) is known color: Mauve. HEX triplet: ED, B8 and FB. RGB value is (237,184,251). Sum of RGB (Red+Green+Blue) = 237+184+251=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8FB is #124704. Grayscale: #CFCFCF. Windows color (decimal): -1197829 or 16496877. OLE color: 16496877.
HSL color Cylindrical-coordinate representation of color #EDB8FB: hue angle of 287.46º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB8FB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 184 | 251 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.02 |
| HSL | 287.46º | 0.89% | 0.85% | - |
| HSV(B) | 287.46º | 0.27% | 0.98% | - |
| XYZ | 69.48 | 59.25 | 99.04 | - |
| YUV | 207.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 251 | 0.06 | 0.27 | 0 | 0.02 | 287.46 | 0.89 | 0.85 |
| Hex | ED | B8 | FB | 6 | 1B | 0 | 2 | 11F | 59 | 55 |
| Octal | 355 | 270 | 373 | 6 | 33 | 0 | 2 | 437 | 131 | 125 |
| Binary | 11101101 | 10111000 | 11111011 | 110 | 11011 | 0 | 10 | 100011111 | 1011001 | 1010101 |
Color Harmonies of #EDB8FB
Complementary color
Monochromatic Colors of #EDB8FB
Black with #EDB8FB
Text Example
Text Example
White with #EDB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8FB; }
p { color: rgb(237,184,251); }
H1.HeaderClassName
{
color: #EDB8FB;
}
.AnyTagClassName
{
color: #EDB8FB;
}
</style>
background-color css
<style>
a { background-color: #EDB8FB; }
a { background-color: rgb(237,184,251); }
div.DivClassName
{
background-color: #EDB8FB;
}
.BgClassName
{
background-color: #EDB8FB;
}
</style>
border-color css
<style>
span { border-color: #EDB8FB; }
span { border-color: rgb(237,184,251); }
td.TdClassName
{
border-color: #EDB8FB;
}
.TagClassName
{
border-color: #EDB8FB;
}
</style>