Shades of Snuff #ECC0F3
Tints of Snuff #ECC0F3
RGB
CMYK
RGB Variations
Color information
#ECC0F3 (or 0xECC0F3) is known color: Snuff. HEX triplet: EC, C0 and F3. RGB value is (236,192,243). Sum of RGB (Red+Green+Blue) = 236+192+243=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECC0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0F3 is #133F0C. Grayscale: #D2D2D2. Windows color (decimal): -1261325 or 15974636. OLE color: 15974636.
HSL color Cylindrical-coordinate representation of color #ECC0F3: hue angle of 291.76º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC0F3 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 192 | 243 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 291.76º | 0.68% | 0.85% | - |
| HSV(B) | 291.76º | 0.21% | 0.95% | - |
| XYZ | 69.62 | 62 | 93.09 | - |
| YUV | 210.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 243 | 0.03 | 0.21 | 0 | 0.05 | 291.76 | 0.68 | 0.85 |
| Hex | EC | C0 | F3 | 3 | 15 | 0 | 5 | 124 | 44 | 55 |
| Octal | 354 | 300 | 363 | 3 | 25 | 0 | 5 | 444 | 104 | 125 |
| Binary | 11101100 | 11000000 | 11110011 | 11 | 10101 | 0 | 101 | 100100100 | 1000100 | 1010101 |
Color Harmonies of #ECC0F3
Complementary color
Monochromatic Colors of #ECC0F3
Black with #ECC0F3
Text Example
Text Example
White with #ECC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0F3; }
p { color: rgb(236,192,243); }
H1.HeaderClassName
{
color: #ECC0F3;
}
.AnyTagClassName
{
color: #ECC0F3;
}
</style>
background-color css
<style>
a { background-color: #ECC0F3; }
a { background-color: rgb(236,192,243); }
div.DivClassName
{
background-color: #ECC0F3;
}
.BgClassName
{
background-color: #ECC0F3;
}
</style>
border-color css
<style>
span { border-color: #ECC0F3; }
span { border-color: rgb(236,192,243); }
td.TdClassName
{
border-color: #ECC0F3;
}
.TagClassName
{
border-color: #ECC0F3;
}
</style>