Shades of Mauve #ECB3F8
Tints of Mauve #ECB3F8
RGB
CMYK
RGB Variations
Color information
#ECB3F8 (or 0xECB3F8) is known color: Mauve. HEX triplet: EC, B3 and F8. RGB value is (236,179,248). Sum of RGB (Red+Green+Blue) = 236+179+248=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 179 (70.31% from 255 or 27.00% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECB3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB3F8 is #134C07. Grayscale: #CBCBCB. Windows color (decimal): -1264648 or 16298988. OLE color: 16298988.
HSL color Cylindrical-coordinate representation of color #ECB3F8: hue angle of 289.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB3F8 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 179 | 248 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.03 |
| HSL | 289.57º | 0.83% | 0.84% | - |
| HSV(B) | 289.57º | 0.28% | 0.97% | - |
| XYZ | 67.66 | 56.85 | 96.21 | - |
| YUV | 203.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 248 | 0.05 | 0.28 | 0 | 0.03 | 289.57 | 0.83 | 0.84 |
| Hex | EC | B3 | F8 | 5 | 1C | 0 | 3 | 122 | 53 | 54 |
| Octal | 354 | 263 | 370 | 5 | 34 | 0 | 3 | 442 | 123 | 124 |
| Binary | 11101100 | 10110011 | 11111000 | 101 | 11100 | 0 | 11 | 100100010 | 1010011 | 1010100 |
Color Harmonies of #ECB3F8
Complementary color
Monochromatic Colors of #ECB3F8
Black with #ECB3F8
Text Example
Text Example
White with #ECB3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3F8; }
p { color: rgb(236,179,248); }
H1.HeaderClassName
{
color: #ECB3F8;
}
.AnyTagClassName
{
color: #ECB3F8;
}
</style>
background-color css
<style>
a { background-color: #ECB3F8; }
a { background-color: rgb(236,179,248); }
div.DivClassName
{
background-color: #ECB3F8;
}
.BgClassName
{
background-color: #ECB3F8;
}
</style>
border-color css
<style>
span { border-color: #ECB3F8; }
span { border-color: rgb(236,179,248); }
td.TdClassName
{
border-color: #ECB3F8;
}
.TagClassName
{
border-color: #ECB3F8;
}
</style>