Shades of Mauve #EDC2FB
Tints of Mauve #EDC2FB
RGB
CMYK
RGB Variations
Color information
#EDC2FB (or 0xEDC2FB) is known color: Mauve. HEX triplet: ED, C2 and FB. RGB value is (237,194,251). Sum of RGB (Red+Green+Blue) = 237+194+251=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2FB is #123D04. Grayscale: #D5D5D5. Windows color (decimal): -1195269 or 16499437. OLE color: 16499437.
HSL color Cylindrical-coordinate representation of color #EDC2FB: hue angle of 285.26º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC2FB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 194 | 251 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.02 |
| HSL | 285.26º | 0.88% | 0.87% | - |
| HSV(B) | 285.26º | 0.23% | 0.98% | - |
| XYZ | 71.63 | 63.55 | 99.76 | - |
| YUV | 213.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 251 | 0.06 | 0.23 | 0 | 0.02 | 285.26 | 0.88 | 0.87 |
| Hex | ED | C2 | FB | 6 | 17 | 0 | 2 | 11D | 58 | 57 |
| Octal | 355 | 302 | 373 | 6 | 27 | 0 | 2 | 435 | 130 | 127 |
| Binary | 11101101 | 11000010 | 11111011 | 110 | 10111 | 0 | 10 | 100011101 | 1011000 | 1010111 |
Color Harmonies of #EDC2FB
Complementary color
Monochromatic Colors of #EDC2FB
Black with #EDC2FB
Text Example
Text Example
White with #EDC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2FB; }
p { color: rgb(237,194,251); }
H1.HeaderClassName
{
color: #EDC2FB;
}
.AnyTagClassName
{
color: #EDC2FB;
}
</style>
background-color css
<style>
a { background-color: #EDC2FB; }
a { background-color: rgb(237,194,251); }
div.DivClassName
{
background-color: #EDC2FB;
}
.BgClassName
{
background-color: #EDC2FB;
}
</style>
border-color css
<style>
span { border-color: #EDC2FB; }
span { border-color: rgb(237,194,251); }
td.TdClassName
{
border-color: #EDC2FB;
}
.TagClassName
{
border-color: #EDC2FB;
}
</style>