Shades of Snuff #ECC1EF
Tints of Snuff #ECC1EF
RGB
CMYK
RGB Variations
Color information
#ECC1EF (or 0xECC1EF) is known color: Snuff. HEX triplet: EC, C1 and EF. RGB value is (236,193,239). Sum of RGB (Red+Green+Blue) = 236+193+239=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1EF is #133E10. Grayscale: #D2D2D2. Windows color (decimal): -1261073 or 15712748. OLE color: 15712748.
HSL color Cylindrical-coordinate representation of color #ECC1EF: hue angle of 296.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC1EF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 193 | 239 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.06 |
| HSL | 296.09º | 0.59% | 0.85% | - |
| HSV(B) | 296.09º | 0.19% | 0.94% | - |
| XYZ | 69.24 | 62.2 | 90.02 | - |
| YUV | 211.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 239 | 0.01 | 0.19 | 0 | 0.06 | 296.09 | 0.59 | 0.85 |
| Hex | EC | C1 | EF | 1 | 13 | 0 | 6 | 128 | 3B | 55 |
| Octal | 354 | 301 | 357 | 1 | 23 | 0 | 6 | 450 | 73 | 125 |
| Binary | 11101100 | 11000001 | 11101111 | 1 | 10011 | 0 | 110 | 100101000 | 111011 | 1010101 |
Color Harmonies of #ECC1EF
Complementary color
Monochromatic Colors of #ECC1EF
Black with #ECC1EF
Text Example
Text Example
White with #ECC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1EF; }
p { color: rgb(236,193,239); }
H1.HeaderClassName
{
color: #ECC1EF;
}
.AnyTagClassName
{
color: #ECC1EF;
}
</style>
background-color css
<style>
a { background-color: #ECC1EF; }
a { background-color: rgb(236,193,239); }
div.DivClassName
{
background-color: #ECC1EF;
}
.BgClassName
{
background-color: #ECC1EF;
}
</style>
border-color css
<style>
span { border-color: #ECC1EF; }
span { border-color: rgb(236,193,239); }
td.TdClassName
{
border-color: #ECC1EF;
}
.TagClassName
{
border-color: #ECC1EF;
}
</style>