Shades of Mauve #ECC6FD
Tints of Mauve #ECC6FD
RGB
CMYK
RGB Variations
Color information
#ECC6FD (or 0xECC6FD) is known color: Mauve. HEX triplet: EC, C6 and FD. RGB value is (236,198,253). Sum of RGB (Red+Green+Blue) = 236+198+253=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECC6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6FD is #133902. Grayscale: #D7D7D7. Windows color (decimal): -1259779 or 16631532. OLE color: 16631532.
HSL color Cylindrical-coordinate representation of color #ECC6FD: hue angle of 281.45º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC6FD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 198 | 253 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.01 |
| HSL | 281.45º | 0.93% | 0.88% | - |
| HSV(B) | 281.45º | 0.22% | 0.99% | - |
| XYZ | 72.52 | 65.31 | 101.71 | - |
| YUV | 215.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 253 | 0.07 | 0.22 | 0 | 0.01 | 281.45 | 0.93 | 0.88 |
| Hex | EC | C6 | FD | 7 | 16 | 0 | 1 | 119 | 5D | 58 |
| Octal | 354 | 306 | 375 | 7 | 26 | 0 | 1 | 431 | 135 | 130 |
| Binary | 11101100 | 11000110 | 11111101 | 111 | 10110 | 0 | 1 | 100011001 | 1011101 | 1011000 |
Color Harmonies of #ECC6FD
Complementary color
Monochromatic Colors of #ECC6FD
Black with #ECC6FD
Text Example
Text Example
White with #ECC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6FD; }
p { color: rgb(236,198,253); }
H1.HeaderClassName
{
color: #ECC6FD;
}
.AnyTagClassName
{
color: #ECC6FD;
}
</style>
background-color css
<style>
a { background-color: #ECC6FD; }
a { background-color: rgb(236,198,253); }
div.DivClassName
{
background-color: #ECC6FD;
}
.BgClassName
{
background-color: #ECC6FD;
}
</style>
border-color css
<style>
span { border-color: #ECC6FD; }
span { border-color: rgb(236,198,253); }
td.TdClassName
{
border-color: #ECC6FD;
}
.TagClassName
{
border-color: #ECC6FD;
}
</style>