Shades of Snuff #ECC1F1
Tints of Snuff #ECC1F1
RGB
CMYK
RGB Variations
Color information
#ECC1F1 (or 0xECC1F1) is known color: Snuff. HEX triplet: EC, C1 and F1. RGB value is (236,193,241). Sum of RGB (Red+Green+Blue) = 236+193+241=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECC1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1F1 is #133E0E. Grayscale: #D3D3D3. Windows color (decimal): -1261071 or 15843820. OLE color: 15843820.
HSL color Cylindrical-coordinate representation of color #ECC1F1: hue angle of 293.75º 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 #ECC1F1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 193 | 241 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.05 |
| HSL | 293.75º | 0.63% | 0.85% | - |
| HSV(B) | 293.75º | 0.2% | 0.95% | - |
| XYZ | 69.54 | 62.32 | 91.58 | - |
| YUV | 211.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 241 | 0.02 | 0.20 | 0 | 0.05 | 293.75 | 0.63 | 0.85 |
| Hex | EC | C1 | F1 | 2 | 14 | 0 | 5 | 126 | 3F | 55 |
| Octal | 354 | 301 | 361 | 2 | 24 | 0 | 5 | 446 | 77 | 125 |
| Binary | 11101100 | 11000001 | 11110001 | 10 | 10100 | 0 | 101 | 100100110 | 111111 | 1010101 |
Color Harmonies of #ECC1F1
Complementary color
Monochromatic Colors of #ECC1F1
Black with #ECC1F1
Text Example
Text Example
White with #ECC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1F1; }
p { color: rgb(236,193,241); }
H1.HeaderClassName
{
color: #ECC1F1;
}
.AnyTagClassName
{
color: #ECC1F1;
}
</style>
background-color css
<style>
a { background-color: #ECC1F1; }
a { background-color: rgb(236,193,241); }
div.DivClassName
{
background-color: #ECC1F1;
}
.BgClassName
{
background-color: #ECC1F1;
}
</style>
border-color css
<style>
span { border-color: #ECC1F1; }
span { border-color: rgb(236,193,241); }
td.TdClassName
{
border-color: #ECC1F1;
}
.TagClassName
{
border-color: #ECC1F1;
}
</style>