Shades of Mauve #ECBCF5
Tints of Mauve #ECBCF5
RGB
CMYK
RGB Variations
Color information
#ECBCF5 (or 0xECBCF5) is known color: Mauve. HEX triplet: EC, BC and F5. RGB value is (236,188,245). Sum of RGB (Red+Green+Blue) = 236+188+245=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECBCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCF5 is #13430A. Grayscale: #D0D0D0. Windows color (decimal): -1262347 or 16104684. OLE color: 16104684.
HSL color Cylindrical-coordinate representation of color #ECBCF5: hue angle of 290.53º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBCF5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 188 | 245 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.04 |
| HSL | 290.53º | 0.74% | 0.85% | - |
| HSV(B) | 290.53º | 0.23% | 0.96% | - |
| XYZ | 69.06 | 60.39 | 94.4 | - |
| YUV | 208.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 245 | 0.04 | 0.23 | 0 | 0.04 | 290.53 | 0.74 | 0.85 |
| Hex | EC | BC | F5 | 4 | 17 | 0 | 4 | 123 | 4A | 55 |
| Octal | 354 | 274 | 365 | 4 | 27 | 0 | 4 | 443 | 112 | 125 |
| Binary | 11101100 | 10111100 | 11110101 | 100 | 10111 | 0 | 100 | 100100011 | 1001010 | 1010101 |
Color Harmonies of #ECBCF5
Complementary color
Monochromatic Colors of #ECBCF5
Black with #ECBCF5
Text Example
Text Example
White with #ECBCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCF5; }
p { color: rgb(236,188,245); }
H1.HeaderClassName
{
color: #ECBCF5;
}
.AnyTagClassName
{
color: #ECBCF5;
}
</style>
background-color css
<style>
a { background-color: #ECBCF5; }
a { background-color: rgb(236,188,245); }
div.DivClassName
{
background-color: #ECBCF5;
}
.BgClassName
{
background-color: #ECBCF5;
}
</style>
border-color css
<style>
span { border-color: #ECBCF5; }
span { border-color: rgb(236,188,245); }
td.TdClassName
{
border-color: #ECBCF5;
}
.TagClassName
{
border-color: #ECBCF5;
}
</style>