Shades of Snuff #ECC1EE
Tints of Snuff #ECC1EE
RGB
CMYK
RGB Variations
Color information
#ECC1EE (or 0xECC1EE) is known color: Snuff. HEX triplet: EC, C1 and EE. RGB value is (236,193,238). Sum of RGB (Red+Green+Blue) = 236+193+238=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1EE is #133E11. Grayscale: #D2D2D2. Windows color (decimal): -1261074 or 15647212. OLE color: 15647212.
HSL color Cylindrical-coordinate representation of color #ECC1EE: hue angle of 297.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC1EE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 238 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.07 |
| HSL | 297.33º | 0.57% | 0.85% | - |
| HSV(B) | 297.33º | 0.19% | 0.93% | - |
| XYZ | 69.09 | 62.15 | 89.24 | - |
| YUV | 210.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 238 | 0.01 | 0.19 | 0 | 0.07 | 297.33 | 0.57 | 0.85 |
| Hex | EC | C1 | EE | 1 | 13 | 0 | 7 | 129 | 39 | 55 |
| Octal | 354 | 301 | 356 | 1 | 23 | 0 | 7 | 451 | 71 | 125 |
| Binary | 11101100 | 11000001 | 11101110 | 1 | 10011 | 0 | 111 | 100101001 | 111001 | 1010101 |
Color Harmonies of #ECC1EE
Complementary color
Monochromatic Colors of #ECC1EE
Black with #ECC1EE
Text Example
Text Example
White with #ECC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1EE; }
p { color: rgb(236,193,238); }
H1.HeaderClassName
{
color: #ECC1EE;
}
.AnyTagClassName
{
color: #ECC1EE;
}
</style>
background-color css
<style>
a { background-color: #ECC1EE; }
a { background-color: rgb(236,193,238); }
div.DivClassName
{
background-color: #ECC1EE;
}
.BgClassName
{
background-color: #ECC1EE;
}
</style>
border-color css
<style>
span { border-color: #ECC1EE; }
span { border-color: rgb(236,193,238); }
td.TdClassName
{
border-color: #ECC1EE;
}
.TagClassName
{
border-color: #ECC1EE;
}
</style>