Shades of Mauve #ECC0FD
Tints of Mauve #ECC0FD
RGB
CMYK
RGB Variations
Color information
#ECC0FD (or 0xECC0FD) is known color: Mauve. HEX triplet: EC, C0 and FD. RGB value is (236,192,253). Sum of RGB (Red+Green+Blue) = 236+192+253=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0FD is #133F02. Grayscale: #D3D3D3. Windows color (decimal): -1261315 or 16629996. OLE color: 16629996.
HSL color Cylindrical-coordinate representation of color #ECC0FD: hue angle of 283.28º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC0FD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 192 | 253 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.01 |
| HSL | 283.28º | 0.94% | 0.87% | - |
| HSV(B) | 283.28º | 0.24% | 0.99% | - |
| XYZ | 71.17 | 62.62 | 101.27 | - |
| YUV | 212.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 253 | 0.07 | 0.24 | 0 | 0.01 | 283.28 | 0.94 | 0.87 |
| Hex | EC | C0 | FD | 7 | 18 | 0 | 1 | 11B | 5E | 57 |
| Octal | 354 | 300 | 375 | 7 | 30 | 0 | 1 | 433 | 136 | 127 |
| Binary | 11101100 | 11000000 | 11111101 | 111 | 11000 | 0 | 1 | 100011011 | 1011110 | 1010111 |
Color Harmonies of #ECC0FD
Complementary color
Monochromatic Colors of #ECC0FD
Black with #ECC0FD
Text Example
Text Example
White with #ECC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0FD; }
p { color: rgb(236,192,253); }
H1.HeaderClassName
{
color: #ECC0FD;
}
.AnyTagClassName
{
color: #ECC0FD;
}
</style>
background-color css
<style>
a { background-color: #ECC0FD; }
a { background-color: rgb(236,192,253); }
div.DivClassName
{
background-color: #ECC0FD;
}
.BgClassName
{
background-color: #ECC0FD;
}
</style>
border-color css
<style>
span { border-color: #ECC0FD; }
span { border-color: rgb(236,192,253); }
td.TdClassName
{
border-color: #ECC0FD;
}
.TagClassName
{
border-color: #ECC0FD;
}
</style>