Shades of Mauve #ECC0F8
Tints of Mauve #ECC0F8
RGB
CMYK
RGB Variations
Color information
#ECC0F8 (or 0xECC0F8) is known color: Mauve. HEX triplet: EC, C0 and F8. RGB value is (236,192,248). Sum of RGB (Red+Green+Blue) = 236+192+248=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 192 (75.39% from 255 or 28.40% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECC0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0F8 is #133F07. Grayscale: #D3D3D3. Windows color (decimal): -1261320 or 16302316. OLE color: 16302316.
HSL color Cylindrical-coordinate representation of color #ECC0F8: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC0F8 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 192 | 248 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.03 |
| HSL | 287.14º | 0.8% | 0.86% | - |
| HSV(B) | 287.14º | 0.23% | 0.97% | - |
| XYZ | 70.38 | 62.31 | 97.12 | - |
| YUV | 211.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 248 | 0.05 | 0.23 | 0 | 0.03 | 287.14 | 0.8 | 0.86 |
| Hex | EC | C0 | F8 | 5 | 17 | 0 | 3 | 11F | 50 | 56 |
| Octal | 354 | 300 | 370 | 5 | 27 | 0 | 3 | 437 | 120 | 126 |
| Binary | 11101100 | 11000000 | 11111000 | 101 | 10111 | 0 | 11 | 100011111 | 1010000 | 1010110 |
Color Harmonies of #ECC0F8
Complementary color
Monochromatic Colors of #ECC0F8
Black with #ECC0F8
Text Example
Text Example
White with #ECC0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0F8; }
p { color: rgb(236,192,248); }
H1.HeaderClassName
{
color: #ECC0F8;
}
.AnyTagClassName
{
color: #ECC0F8;
}
</style>
background-color css
<style>
a { background-color: #ECC0F8; }
a { background-color: rgb(236,192,248); }
div.DivClassName
{
background-color: #ECC0F8;
}
.BgClassName
{
background-color: #ECC0F8;
}
</style>
border-color css
<style>
span { border-color: #ECC0F8; }
span { border-color: rgb(236,192,248); }
td.TdClassName
{
border-color: #ECC0F8;
}
.TagClassName
{
border-color: #ECC0F8;
}
</style>