Shades of Snuff #ECC4F1
Tints of Snuff #ECC4F1
RGB
CMYK
RGB Variations
Color information
#ECC4F1 (or 0xECC4F1) is known color: Snuff. HEX triplet: EC, C4 and F1. RGB value is (236,196,241). Sum of RGB (Red+Green+Blue) = 236+196+241=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 196 (76.95% from 255 or 29.12% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4F1 is #133B0E. Grayscale: #D4D4D4. Windows color (decimal): -1260303 or 15844588. OLE color: 15844588.
HSL color Cylindrical-coordinate representation of color #ECC4F1: hue angle of 293.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC4F1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 196 | 241 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.05 |
| HSL | 293.33º | 0.62% | 0.86% | - |
| HSV(B) | 293.33º | 0.19% | 0.95% | - |
| XYZ | 70.21 | 63.66 | 91.81 | - |
| YUV | 213.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 241 | 0.02 | 0.19 | 0 | 0.05 | 293.33 | 0.62 | 0.86 |
| Hex | EC | C4 | F1 | 2 | 13 | 0 | 5 | 125 | 3E | 56 |
| Octal | 354 | 304 | 361 | 2 | 23 | 0 | 5 | 445 | 76 | 126 |
| Binary | 11101100 | 11000100 | 11110001 | 10 | 10011 | 0 | 101 | 100100101 | 111110 | 1010110 |
Color Harmonies of #ECC4F1
Complementary color
Monochromatic Colors of #ECC4F1
Black with #ECC4F1
Text Example
Text Example
White with #ECC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4F1; }
p { color: rgb(236,196,241); }
H1.HeaderClassName
{
color: #ECC4F1;
}
.AnyTagClassName
{
color: #ECC4F1;
}
</style>
background-color css
<style>
a { background-color: #ECC4F1; }
a { background-color: rgb(236,196,241); }
div.DivClassName
{
background-color: #ECC4F1;
}
.BgClassName
{
background-color: #ECC4F1;
}
</style>
border-color css
<style>
span { border-color: #ECC4F1; }
span { border-color: rgb(236,196,241); }
td.TdClassName
{
border-color: #ECC4F1;
}
.TagClassName
{
border-color: #ECC4F1;
}
</style>