Shades of Snuff #ECC0F1
Tints of Snuff #ECC0F1
RGB
CMYK
RGB Variations
Color information
#ECC0F1 (or 0xECC0F1) is known color: Snuff. HEX triplet: EC, C0 and F1. RGB value is (236,192,241). Sum of RGB (Red+Green+Blue) = 236+192+241=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECC0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0F1 is #133F0E. Grayscale: #D2D2D2. Windows color (decimal): -1261327 or 15843564. OLE color: 15843564.
HSL color Cylindrical-coordinate representation of color #ECC0F1: hue angle of 293.88º degrees, saturation: 0.64, 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 #ECC0F1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 192 | 241 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.05 |
| HSL | 293.88º | 0.64% | 0.85% | - |
| HSV(B) | 293.88º | 0.2% | 0.95% | - |
| XYZ | 69.32 | 61.88 | 91.51 | - |
| YUV | 210.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 241 | 0.02 | 0.20 | 0 | 0.05 | 293.88 | 0.64 | 0.85 |
| Hex | EC | C0 | F1 | 2 | 14 | 0 | 5 | 126 | 40 | 55 |
| Octal | 354 | 300 | 361 | 2 | 24 | 0 | 5 | 446 | 100 | 125 |
| Binary | 11101100 | 11000000 | 11110001 | 10 | 10100 | 0 | 101 | 100100110 | 1000000 | 1010101 |
Color Harmonies of #ECC0F1
Complementary color
Monochromatic Colors of #ECC0F1
Black with #ECC0F1
Text Example
Text Example
White with #ECC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0F1; }
p { color: rgb(236,192,241); }
H1.HeaderClassName
{
color: #ECC0F1;
}
.AnyTagClassName
{
color: #ECC0F1;
}
</style>
background-color css
<style>
a { background-color: #ECC0F1; }
a { background-color: rgb(236,192,241); }
div.DivClassName
{
background-color: #ECC0F1;
}
.BgClassName
{
background-color: #ECC0F1;
}
</style>
border-color css
<style>
span { border-color: #ECC0F1; }
span { border-color: rgb(236,192,241); }
td.TdClassName
{
border-color: #ECC0F1;
}
.TagClassName
{
border-color: #ECC0F1;
}
</style>