Shades of Mauve #EDB2FB
Tints of Mauve #EDB2FB
RGB
CMYK
RGB Variations
Color information
#EDB2FB (or 0xEDB2FB) is known color: Mauve. HEX triplet: ED, B2 and FB. RGB value is (237,178,251). Sum of RGB (Red+Green+Blue) = 237+178+251=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2FB is #124D04. Grayscale: #CBCBCB. Windows color (decimal): -1199365 or 16495341. OLE color: 16495341.
HSL color Cylindrical-coordinate representation of color #EDB2FB: hue angle of 288.49º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDB2FB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 178 | 251 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.02 |
| HSL | 288.49º | 0.9% | 0.84% | - |
| HSV(B) | 288.49º | 0.29% | 0.98% | - |
| XYZ | 68.26 | 56.81 | 98.63 | - |
| YUV | 203.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 251 | 0.06 | 0.29 | 0 | 0.02 | 288.49 | 0.9 | 0.84 |
| Hex | ED | B2 | FB | 6 | 1D | 0 | 2 | 120 | 5A | 54 |
| Octal | 355 | 262 | 373 | 6 | 35 | 0 | 2 | 440 | 132 | 124 |
| Binary | 11101101 | 10110010 | 11111011 | 110 | 11101 | 0 | 10 | 100100000 | 1011010 | 1010100 |
Color Harmonies of #EDB2FB
Complementary color
Monochromatic Colors of #EDB2FB
Black with #EDB2FB
Text Example
Text Example
White with #EDB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2FB; }
p { color: rgb(237,178,251); }
H1.HeaderClassName
{
color: #EDB2FB;
}
.AnyTagClassName
{
color: #EDB2FB;
}
</style>
background-color css
<style>
a { background-color: #EDB2FB; }
a { background-color: rgb(237,178,251); }
div.DivClassName
{
background-color: #EDB2FB;
}
.BgClassName
{
background-color: #EDB2FB;
}
</style>
border-color css
<style>
span { border-color: #EDB2FB; }
span { border-color: rgb(237,178,251); }
td.TdClassName
{
border-color: #EDB2FB;
}
.TagClassName
{
border-color: #EDB2FB;
}
</style>