Shades of Mauve #ECC2F8
Tints of Mauve #ECC2F8
RGB
CMYK
RGB Variations
Color information
#ECC2F8 (or 0xECC2F8) is known color: Mauve. HEX triplet: EC, C2 and F8. RGB value is (236,194,248). Sum of RGB (Red+Green+Blue) = 236+194+248=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECC2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2F8 is #133D07. Grayscale: #D4D4D4. Windows color (decimal): -1260808 or 16302828. OLE color: 16302828.
HSL color Cylindrical-coordinate representation of color #ECC2F8: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC2F8 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 194 | 248 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.03 |
| HSL | 286.67º | 0.79% | 0.87% | - |
| HSV(B) | 286.67º | 0.22% | 0.97% | - |
| XYZ | 70.83 | 63.19 | 97.27 | - |
| YUV | 212.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 248 | 0.05 | 0.22 | 0 | 0.03 | 286.67 | 0.79 | 0.87 |
| Hex | EC | C2 | F8 | 5 | 16 | 0 | 3 | 11F | 4F | 57 |
| Octal | 354 | 302 | 370 | 5 | 26 | 0 | 3 | 437 | 117 | 127 |
| Binary | 11101100 | 11000010 | 11111000 | 101 | 10110 | 0 | 11 | 100011111 | 1001111 | 1010111 |
Color Harmonies of #ECC2F8
Complementary color
Monochromatic Colors of #ECC2F8
Black with #ECC2F8
Text Example
Text Example
White with #ECC2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2F8; }
p { color: rgb(236,194,248); }
H1.HeaderClassName
{
color: #ECC2F8;
}
.AnyTagClassName
{
color: #ECC2F8;
}
</style>
background-color css
<style>
a { background-color: #ECC2F8; }
a { background-color: rgb(236,194,248); }
div.DivClassName
{
background-color: #ECC2F8;
}
.BgClassName
{
background-color: #ECC2F8;
}
</style>
border-color css
<style>
span { border-color: #ECC2F8; }
span { border-color: rgb(236,194,248); }
td.TdClassName
{
border-color: #ECC2F8;
}
.TagClassName
{
border-color: #ECC2F8;
}
</style>