Shades of Mauve #ECB9F3
Tints of Mauve #ECB9F3
RGB
CMYK
RGB Variations
Color information
#ECB9F3 (or 0xECB9F3) is known color: Mauve. HEX triplet: EC, B9 and F3. RGB value is (236,185,243). Sum of RGB (Red+Green+Blue) = 236+185+243=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECB9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9F3 is #13460C. Grayscale: #CECECE. Windows color (decimal): -1263117 or 15972844. OLE color: 15972844.
HSL color Cylindrical-coordinate representation of color #ECB9F3: hue angle of 292.76º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB9F3 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 185 | 243 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.05 |
| HSL | 292.76º | 0.71% | 0.84% | - |
| HSV(B) | 292.76º | 0.24% | 0.95% | - |
| XYZ | 68.12 | 59 | 92.59 | - |
| YUV | 206.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 243 | 0.03 | 0.24 | 0 | 0.05 | 292.76 | 0.71 | 0.84 |
| Hex | EC | B9 | F3 | 3 | 18 | 0 | 5 | 125 | 47 | 54 |
| Octal | 354 | 271 | 363 | 3 | 30 | 0 | 5 | 445 | 107 | 124 |
| Binary | 11101100 | 10111001 | 11110011 | 11 | 11000 | 0 | 101 | 100100101 | 1000111 | 1010100 |
Color Harmonies of #ECB9F3
Complementary color
Monochromatic Colors of #ECB9F3
Black with #ECB9F3
Text Example
Text Example
White with #ECB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9F3; }
p { color: rgb(236,185,243); }
H1.HeaderClassName
{
color: #ECB9F3;
}
.AnyTagClassName
{
color: #ECB9F3;
}
</style>
background-color css
<style>
a { background-color: #ECB9F3; }
a { background-color: rgb(236,185,243); }
div.DivClassName
{
background-color: #ECB9F3;
}
.BgClassName
{
background-color: #ECB9F3;
}
</style>
border-color css
<style>
span { border-color: #ECB9F3; }
span { border-color: rgb(236,185,243); }
td.TdClassName
{
border-color: #ECB9F3;
}
.TagClassName
{
border-color: #ECB9F3;
}
</style>