Shades of Snuff #ECC2F1
Tints of Snuff #ECC2F1
RGB
CMYK
RGB Variations
Color information
#ECC2F1 (or 0xECC2F1) is known color: Snuff. HEX triplet: EC, C2 and F1. RGB value is (236,194,241). Sum of RGB (Red+Green+Blue) = 236+194+241=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2F1 is #133D0E. Grayscale: #D3D3D3. Windows color (decimal): -1260815 or 15844076. OLE color: 15844076.
HSL color Cylindrical-coordinate representation of color #ECC2F1: hue angle of 293.62º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC2F1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 194 | 241 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.05 |
| HSL | 293.62º | 0.63% | 0.85% | - |
| HSV(B) | 293.62º | 0.2% | 0.95% | - |
| XYZ | 69.76 | 62.77 | 91.66 | - |
| YUV | 211.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 241 | 0.02 | 0.20 | 0 | 0.05 | 293.62 | 0.63 | 0.85 |
| Hex | EC | C2 | F1 | 2 | 14 | 0 | 5 | 126 | 3F | 55 |
| Octal | 354 | 302 | 361 | 2 | 24 | 0 | 5 | 446 | 77 | 125 |
| Binary | 11101100 | 11000010 | 11110001 | 10 | 10100 | 0 | 101 | 100100110 | 111111 | 1010101 |
Color Harmonies of #ECC2F1
Complementary color
Monochromatic Colors of #ECC2F1
Black with #ECC2F1
Text Example
Text Example
White with #ECC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2F1; }
p { color: rgb(236,194,241); }
H1.HeaderClassName
{
color: #ECC2F1;
}
.AnyTagClassName
{
color: #ECC2F1;
}
</style>
background-color css
<style>
a { background-color: #ECC2F1; }
a { background-color: rgb(236,194,241); }
div.DivClassName
{
background-color: #ECC2F1;
}
.BgClassName
{
background-color: #ECC2F1;
}
</style>
border-color css
<style>
span { border-color: #ECC2F1; }
span { border-color: rgb(236,194,241); }
td.TdClassName
{
border-color: #ECC2F1;
}
.TagClassName
{
border-color: #ECC2F1;
}
</style>