Shades of Mauve #ECB7FA
Tints of Mauve #ECB7FA
RGB
CMYK
RGB Variations
Color information
#ECB7FA (or 0xECB7FA) is known color: Mauve. HEX triplet: EC, B7 and FA. RGB value is (236,183,250). Sum of RGB (Red+Green+Blue) = 236+183+250=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 183 (71.88% from 255 or 27.35% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7FA is #134805. Grayscale: #CECECE. Windows color (decimal): -1263622 or 16431084. OLE color: 16431084.
HSL color Cylindrical-coordinate representation of color #ECB7FA: hue angle of 287.46º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB7FA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 183 | 250 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.02 |
| HSL | 287.46º | 0.87% | 0.85% | - |
| HSV(B) | 287.46º | 0.27% | 0.98% | - |
| XYZ | 68.78 | 58.6 | 98.13 | - |
| YUV | 206.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 250 | 0.06 | 0.27 | 0 | 0.02 | 287.46 | 0.87 | 0.85 |
| Hex | EC | B7 | FA | 6 | 1B | 0 | 2 | 11F | 57 | 55 |
| Octal | 354 | 267 | 372 | 6 | 33 | 0 | 2 | 437 | 127 | 125 |
| Binary | 11101100 | 10110111 | 11111010 | 110 | 11011 | 0 | 10 | 100011111 | 1010111 | 1010101 |
Color Harmonies of #ECB7FA
Complementary color
Monochromatic Colors of #ECB7FA
Black with #ECB7FA
Text Example
Text Example
White with #ECB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7FA; }
p { color: rgb(236,183,250); }
H1.HeaderClassName
{
color: #ECB7FA;
}
.AnyTagClassName
{
color: #ECB7FA;
}
</style>
background-color css
<style>
a { background-color: #ECB7FA; }
a { background-color: rgb(236,183,250); }
div.DivClassName
{
background-color: #ECB7FA;
}
.BgClassName
{
background-color: #ECB7FA;
}
</style>
border-color css
<style>
span { border-color: #ECB7FA; }
span { border-color: rgb(236,183,250); }
td.TdClassName
{
border-color: #ECB7FA;
}
.TagClassName
{
border-color: #ECB7FA;
}
</style>