Shades of Mauve #ECB8F3
Tints of Mauve #ECB8F3
RGB
CMYK
RGB Variations
Color information
#ECB8F3 (or 0xECB8F3) is known color: Mauve. HEX triplet: EC, B8 and F3. RGB value is (236,184,243). Sum of RGB (Red+Green+Blue) = 236+184+243=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 184 (72.27% from 255 or 27.75% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECB8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB8F3 is #13470C. Grayscale: #CECECE. Windows color (decimal): -1263373 or 15972588. OLE color: 15972588.
HSL color Cylindrical-coordinate representation of color #ECB8F3: hue angle of 292.88º 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 #ECB8F3 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 184 | 243 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.05 |
| HSL | 292.88º | 0.71% | 0.84% | - |
| HSV(B) | 292.88º | 0.24% | 0.95% | - |
| XYZ | 67.91 | 58.58 | 92.52 | - |
| YUV | 206.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 243 | 0.03 | 0.24 | 0 | 0.05 | 292.88 | 0.71 | 0.84 |
| Hex | EC | B8 | F3 | 3 | 18 | 0 | 5 | 125 | 47 | 54 |
| Octal | 354 | 270 | 363 | 3 | 30 | 0 | 5 | 445 | 107 | 124 |
| Binary | 11101100 | 10111000 | 11110011 | 11 | 11000 | 0 | 101 | 100100101 | 1000111 | 1010100 |
Color Harmonies of #ECB8F3
Complementary color
Monochromatic Colors of #ECB8F3
Black with #ECB8F3
Text Example
Text Example
White with #ECB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8F3; }
p { color: rgb(236,184,243); }
H1.HeaderClassName
{
color: #ECB8F3;
}
.AnyTagClassName
{
color: #ECB8F3;
}
</style>
background-color css
<style>
a { background-color: #ECB8F3; }
a { background-color: rgb(236,184,243); }
div.DivClassName
{
background-color: #ECB8F3;
}
.BgClassName
{
background-color: #ECB8F3;
}
</style>
border-color css
<style>
span { border-color: #ECB8F3; }
span { border-color: rgb(236,184,243); }
td.TdClassName
{
border-color: #ECB8F3;
}
.TagClassName
{
border-color: #ECB8F3;
}
</style>