Shades of Snuff #ECC1EB
Tints of Snuff #ECC1EB
RGB
CMYK
RGB Variations
Color information
#ECC1EB (or 0xECC1EB) is known color: Snuff. HEX triplet: EC, C1 and EB. RGB value is (236,193,235). Sum of RGB (Red+Green+Blue) = 236+193+235=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1EB is #133E14. Grayscale: #D2D2D2. Windows color (decimal): -1261077 or 15450604. OLE color: 15450604.
HSL color Cylindrical-coordinate representation of color #ECC1EB: hue angle of 301.4º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC1EB is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 235 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.07 |
| HSL | 301.4º | 0.53% | 0.84% | - |
| HSV(B) | 301.4º | 0.18% | 0.93% | - |
| XYZ | 68.66 | 61.97 | 86.94 | - |
| YUV | 210.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 235 | 0 | 0.18 | 0.00 | 0.07 | 301.4 | 0.53 | 0.84 |
| Hex | EC | C1 | EB | 0 | 12 | 0 | 7 | 12D | 35 | 54 |
| Octal | 354 | 301 | 353 | 0 | 22 | 0 | 7 | 455 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11101011 | 0 | 10010 | 0 | 111 | 100101101 | 110101 | 1010100 |
Color Harmonies of #ECC1EB
Complementary color
Monochromatic Colors of #ECC1EB
Black with #ECC1EB
Text Example
Text Example
White with #ECC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1EB; }
p { color: rgb(236,193,235); }
H1.HeaderClassName
{
color: #ECC1EB;
}
.AnyTagClassName
{
color: #ECC1EB;
}
</style>
background-color css
<style>
a { background-color: #ECC1EB; }
a { background-color: rgb(236,193,235); }
div.DivClassName
{
background-color: #ECC1EB;
}
.BgClassName
{
background-color: #ECC1EB;
}
</style>
border-color css
<style>
span { border-color: #ECC1EB; }
span { border-color: rgb(236,193,235); }
td.TdClassName
{
border-color: #ECC1EB;
}
.TagClassName
{
border-color: #ECC1EB;
}
</style>