Shades of Snuff #ECC1F3
Tints of Snuff #ECC1F3
RGB
CMYK
RGB Variations
Color information
#ECC1F3 (or 0xECC1F3) is known color: Snuff. HEX triplet: EC, C1 and F3. RGB value is (236,193,243). Sum of RGB (Red+Green+Blue) = 236+193+243=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 193 (75.78% from 255 or 28.72% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECC1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1F3 is #133E0C. Grayscale: #D3D3D3. Windows color (decimal): -1261069 or 15974892. OLE color: 15974892.
HSL color Cylindrical-coordinate representation of color #ECC1F3: hue angle of 291.6º 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 #ECC1F3 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 193 | 243 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 291.6º | 0.68% | 0.85% | - |
| HSV(B) | 291.6º | 0.21% | 0.95% | - |
| XYZ | 69.84 | 62.44 | 93.17 | - |
| YUV | 211.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 243 | 0.03 | 0.21 | 0 | 0.05 | 291.6 | 0.68 | 0.85 |
| Hex | EC | C1 | F3 | 3 | 15 | 0 | 5 | 124 | 44 | 55 |
| Octal | 354 | 301 | 363 | 3 | 25 | 0 | 5 | 444 | 104 | 125 |
| Binary | 11101100 | 11000001 | 11110011 | 11 | 10101 | 0 | 101 | 100100100 | 1000100 | 1010101 |
Color Harmonies of #ECC1F3
Complementary color
Monochromatic Colors of #ECC1F3
Black with #ECC1F3
Text Example
Text Example
White with #ECC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1F3; }
p { color: rgb(236,193,243); }
H1.HeaderClassName
{
color: #ECC1F3;
}
.AnyTagClassName
{
color: #ECC1F3;
}
</style>
background-color css
<style>
a { background-color: #ECC1F3; }
a { background-color: rgb(236,193,243); }
div.DivClassName
{
background-color: #ECC1F3;
}
.BgClassName
{
background-color: #ECC1F3;
}
</style>
border-color css
<style>
span { border-color: #ECC1F3; }
span { border-color: rgb(236,193,243); }
td.TdClassName
{
border-color: #ECC1F3;
}
.TagClassName
{
border-color: #ECC1F3;
}
</style>