Shades of Mauve #ECC8FF
Tints of Mauve #ECC8FF
RGB
CMYK
RGB Variations
Color information
#ECC8FF (or 0xECC8FF) is known color: Mauve. HEX triplet: EC, C8 and FF. RGB value is (236,200,255). Sum of RGB (Red+Green+Blue) = 236+200+255=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8FF is #133700. Grayscale: #D8D8D8. Windows color (decimal): -1259265 or 16763116. OLE color: 16763116.
HSL color Cylindrical-coordinate representation of color #ECC8FF: hue angle of 279.27º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC8FF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 200 | 255 | - |
| CMYK | 0.07 | 0.22 | 0 | 0 |
| HSL | 279.27º | 1% | 0.89% | - |
| HSV(B) | 279.27º | 0.22% | 1% | - |
| XYZ | 73.3 | 66.36 | 103.55 | - |
| YUV | 217.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 255 | 0.07 | 0.22 | 0 | 0 | 279.27 | 1 | 0.89 |
| Hex | EC | C8 | FF | 7 | 16 | 0 | 0 | 117 | 64 | 59 |
| Octal | 354 | 310 | 377 | 7 | 26 | 0 | 0 | 427 | 144 | 131 |
| Binary | 11101100 | 11001000 | 11111111 | 111 | 10110 | 0 | 0 | 100010111 | 1100100 | 1011001 |
Color Harmonies of #ECC8FF
Complementary color
Monochromatic Colors of #ECC8FF
Black with #ECC8FF
Text Example
Text Example
White with #ECC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8FF; }
p { color: rgb(236,200,255); }
H1.HeaderClassName
{
color: #ECC8FF;
}
.AnyTagClassName
{
color: #ECC8FF;
}
</style>
background-color css
<style>
a { background-color: #ECC8FF; }
a { background-color: rgb(236,200,255); }
div.DivClassName
{
background-color: #ECC8FF;
}
.BgClassName
{
background-color: #ECC8FF;
}
</style>
border-color css
<style>
span { border-color: #ECC8FF; }
span { border-color: rgb(236,200,255); }
td.TdClassName
{
border-color: #ECC8FF;
}
.TagClassName
{
border-color: #ECC8FF;
}
</style>