Shades of Mauve #ECB8F6
Tints of Mauve #ECB8F6
RGB
CMYK
RGB Variations
Color information
#ECB8F6 (or 0xECB8F6) is known color: Mauve. HEX triplet: EC, B8 and F6. RGB value is (236,184,246). Sum of RGB (Red+Green+Blue) = 236+184+246=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECB8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8F6 is #134709. Grayscale: #CECECE. Windows color (decimal): -1263370 or 16169196. OLE color: 16169196.
HSL color Cylindrical-coordinate representation of color #ECB8F6: hue angle of 290.32º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB8F6 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 184 | 246 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.04 |
| HSL | 290.32º | 0.78% | 0.84% | - |
| HSV(B) | 290.32º | 0.25% | 0.96% | - |
| XYZ | 68.37 | 58.77 | 94.93 | - |
| YUV | 206.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 246 | 0.04 | 0.25 | 0 | 0.04 | 290.32 | 0.78 | 0.84 |
| Hex | EC | B8 | F6 | 4 | 19 | 0 | 4 | 122 | 4E | 54 |
| Octal | 354 | 270 | 366 | 4 | 31 | 0 | 4 | 442 | 116 | 124 |
| Binary | 11101100 | 10111000 | 11110110 | 100 | 11001 | 0 | 100 | 100100010 | 1001110 | 1010100 |
Color Harmonies of #ECB8F6
Complementary color
Monochromatic Colors of #ECB8F6
Black with #ECB8F6
Text Example
Text Example
White with #ECB8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8F6; }
p { color: rgb(236,184,246); }
H1.HeaderClassName
{
color: #ECB8F6;
}
.AnyTagClassName
{
color: #ECB8F6;
}
</style>
background-color css
<style>
a { background-color: #ECB8F6; }
a { background-color: rgb(236,184,246); }
div.DivClassName
{
background-color: #ECB8F6;
}
.BgClassName
{
background-color: #ECB8F6;
}
</style>
border-color css
<style>
span { border-color: #ECB8F6; }
span { border-color: rgb(236,184,246); }
td.TdClassName
{
border-color: #ECB8F6;
}
.TagClassName
{
border-color: #ECB8F6;
}
</style>