Shades of Mauve #ECB9F6
Tints of Mauve #ECB9F6
RGB
CMYK
RGB Variations
Color information
#ECB9F6 (or 0xECB9F6) is known color: Mauve. HEX triplet: EC, B9 and F6. RGB value is (236,185,246). Sum of RGB (Red+Green+Blue) = 236+185+246=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECB9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9F6 is #134609. Grayscale: #CFCFCF. Windows color (decimal): -1263114 or 16169452. OLE color: 16169452.
HSL color Cylindrical-coordinate representation of color #ECB9F6: hue angle of 290.16º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB9F6 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 185 | 246 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.04 |
| HSL | 290.16º | 0.77% | 0.85% | - |
| HSV(B) | 290.16º | 0.25% | 0.96% | - |
| XYZ | 68.58 | 59.18 | 95 | - |
| YUV | 207.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 246 | 0.04 | 0.25 | 0 | 0.04 | 290.16 | 0.77 | 0.85 |
| Hex | EC | B9 | F6 | 4 | 19 | 0 | 4 | 122 | 4D | 55 |
| Octal | 354 | 271 | 366 | 4 | 31 | 0 | 4 | 442 | 115 | 125 |
| Binary | 11101100 | 10111001 | 11110110 | 100 | 11001 | 0 | 100 | 100100010 | 1001101 | 1010101 |
Color Harmonies of #ECB9F6
Complementary color
Monochromatic Colors of #ECB9F6
Black with #ECB9F6
Text Example
Text Example
White with #ECB9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9F6; }
p { color: rgb(236,185,246); }
H1.HeaderClassName
{
color: #ECB9F6;
}
.AnyTagClassName
{
color: #ECB9F6;
}
</style>
background-color css
<style>
a { background-color: #ECB9F6; }
a { background-color: rgb(236,185,246); }
div.DivClassName
{
background-color: #ECB9F6;
}
.BgClassName
{
background-color: #ECB9F6;
}
</style>
border-color css
<style>
span { border-color: #ECB9F6; }
span { border-color: rgb(236,185,246); }
td.TdClassName
{
border-color: #ECB9F6;
}
.TagClassName
{
border-color: #ECB9F6;
}
</style>