Shades of Mauve #ECC4FA
Tints of Mauve #ECC4FA
RGB
CMYK
RGB Variations
Color information
#ECC4FA (or 0xECC4FA) is known color: Mauve. HEX triplet: EC, C4 and FA. RGB value is (236,196,250). Sum of RGB (Red+Green+Blue) = 236+196+250=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 196 (76.95% from 255 or 28.74% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECC4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4FA is #133B05. Grayscale: #D5D5D5. Windows color (decimal): -1260294 or 16434412. OLE color: 16434412.
HSL color Cylindrical-coordinate representation of color #ECC4FA: hue angle of 284.44º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC4FA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 196 | 250 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.02 |
| HSL | 284.44º | 0.84% | 0.87% | - |
| HSV(B) | 284.44º | 0.22% | 0.98% | - |
| XYZ | 71.59 | 64.21 | 99.06 | - |
| YUV | 214.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 250 | 0.06 | 0.22 | 0 | 0.02 | 284.44 | 0.84 | 0.87 |
| Hex | EC | C4 | FA | 6 | 16 | 0 | 2 | 11C | 54 | 57 |
| Octal | 354 | 304 | 372 | 6 | 26 | 0 | 2 | 434 | 124 | 127 |
| Binary | 11101100 | 11000100 | 11111010 | 110 | 10110 | 0 | 10 | 100011100 | 1010100 | 1010111 |
Color Harmonies of #ECC4FA
Complementary color
Monochromatic Colors of #ECC4FA
Black with #ECC4FA
Text Example
Text Example
White with #ECC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4FA; }
p { color: rgb(236,196,250); }
H1.HeaderClassName
{
color: #ECC4FA;
}
.AnyTagClassName
{
color: #ECC4FA;
}
</style>
background-color css
<style>
a { background-color: #ECC4FA; }
a { background-color: rgb(236,196,250); }
div.DivClassName
{
background-color: #ECC4FA;
}
.BgClassName
{
background-color: #ECC4FA;
}
</style>
border-color css
<style>
span { border-color: #ECC4FA; }
span { border-color: rgb(236,196,250); }
td.TdClassName
{
border-color: #ECC4FA;
}
.TagClassName
{
border-color: #ECC4FA;
}
</style>