Shades of Mauve #ECB7F3
Tints of Mauve #ECB7F3
RGB
CMYK
RGB Variations
Color information
#ECB7F3 (or 0xECB7F3) is known color: Mauve. HEX triplet: EC, B7 and F3. RGB value is (236,183,243). Sum of RGB (Red+Green+Blue) = 236+183+243=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECB7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7F3 is #13480C. Grayscale: #CDCDCD. Windows color (decimal): -1263629 or 15972332. OLE color: 15972332.
HSL color Cylindrical-coordinate representation of color #ECB7F3: hue angle of 293º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB7F3 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 183 | 243 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.05 |
| HSL | 293º | 0.71% | 0.84% | - |
| HSV(B) | 293º | 0.25% | 0.95% | - |
| XYZ | 67.7 | 58.17 | 92.45 | - |
| YUV | 205.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 243 | 0.03 | 0.25 | 0 | 0.05 | 293 | 0.71 | 0.84 |
| Hex | EC | B7 | F3 | 3 | 19 | 0 | 5 | 125 | 47 | 54 |
| Octal | 354 | 267 | 363 | 3 | 31 | 0 | 5 | 445 | 107 | 124 |
| Binary | 11101100 | 10110111 | 11110011 | 11 | 11001 | 0 | 101 | 100100101 | 1000111 | 1010100 |
Color Harmonies of #ECB7F3
Complementary color
Monochromatic Colors of #ECB7F3
Black with #ECB7F3
Text Example
Text Example
White with #ECB7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7F3; }
p { color: rgb(236,183,243); }
H1.HeaderClassName
{
color: #ECB7F3;
}
.AnyTagClassName
{
color: #ECB7F3;
}
</style>
background-color css
<style>
a { background-color: #ECB7F3; }
a { background-color: rgb(236,183,243); }
div.DivClassName
{
background-color: #ECB7F3;
}
.BgClassName
{
background-color: #ECB7F3;
}
</style>
border-color css
<style>
span { border-color: #ECB7F3; }
span { border-color: rgb(236,183,243); }
td.TdClassName
{
border-color: #ECB7F3;
}
.TagClassName
{
border-color: #ECB7F3;
}
</style>