Shades of Mauve #ECB2F6
Tints of Mauve #ECB2F6
RGB
CMYK
RGB Variations
Color information
#ECB2F6 (or 0xECB2F6) is known color: Mauve. HEX triplet: EC, B2 and F6. RGB value is (236,178,246). Sum of RGB (Red+Green+Blue) = 236+178+246=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 178 (69.92% from 255 or 26.97% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECB2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2F6 is #134D09. Grayscale: #CACACA. Windows color (decimal): -1264906 or 16167660. OLE color: 16167660.
HSL color Cylindrical-coordinate representation of color #ECB2F6: hue angle of 291.18º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB2F6 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 178 | 246 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.04 |
| HSL | 291.18º | 0.79% | 0.83% | - |
| HSV(B) | 291.18º | 0.28% | 0.96% | - |
| XYZ | 67.15 | 56.33 | 94.52 | - |
| YUV | 203.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 246 | 0.04 | 0.28 | 0 | 0.04 | 291.18 | 0.79 | 0.83 |
| Hex | EC | B2 | F6 | 4 | 1C | 0 | 4 | 123 | 4F | 53 |
| Octal | 354 | 262 | 366 | 4 | 34 | 0 | 4 | 443 | 117 | 123 |
| Binary | 11101100 | 10110010 | 11110110 | 100 | 11100 | 0 | 100 | 100100011 | 1001111 | 1010011 |
Color Harmonies of #ECB2F6
Complementary color
Monochromatic Colors of #ECB2F6
Black with #ECB2F6
Text Example
Text Example
White with #ECB2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2F6; }
p { color: rgb(236,178,246); }
H1.HeaderClassName
{
color: #ECB2F6;
}
.AnyTagClassName
{
color: #ECB2F6;
}
</style>
background-color css
<style>
a { background-color: #ECB2F6; }
a { background-color: rgb(236,178,246); }
div.DivClassName
{
background-color: #ECB2F6;
}
.BgClassName
{
background-color: #ECB2F6;
}
</style>
border-color css
<style>
span { border-color: #ECB2F6; }
span { border-color: rgb(236,178,246); }
td.TdClassName
{
border-color: #ECB2F6;
}
.TagClassName
{
border-color: #ECB2F6;
}
</style>