Shades of Snuff #ECC6EE
Tints of Snuff #ECC6EE
RGB
CMYK
RGB Variations
Color information
#ECC6EE (or 0xECC6EE) is known color: Snuff. HEX triplet: EC, C6 and EE. RGB value is (236,198,238). Sum of RGB (Red+Green+Blue) = 236+198+238=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6EE is #133911. Grayscale: #D5D5D5. Windows color (decimal): -1259794 or 15648492. OLE color: 15648492.
HSL color Cylindrical-coordinate representation of color #ECC6EE: hue angle of 297º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC6EE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 238 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.07 |
| HSL | 297º | 0.54% | 0.85% | - |
| HSV(B) | 297º | 0.17% | 0.93% | - |
| XYZ | 70.22 | 64.39 | 89.62 | - |
| YUV | 213.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 238 | 0.01 | 0.17 | 0 | 0.07 | 297 | 0.54 | 0.85 |
| Hex | EC | C6 | EE | 1 | 11 | 0 | 7 | 129 | 36 | 55 |
| Octal | 354 | 306 | 356 | 1 | 21 | 0 | 7 | 451 | 66 | 125 |
| Binary | 11101100 | 11000110 | 11101110 | 1 | 10001 | 0 | 111 | 100101001 | 110110 | 1010101 |
Color Harmonies of #ECC6EE
Complementary color
Monochromatic Colors of #ECC6EE
Black with #ECC6EE
Text Example
Text Example
White with #ECC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6EE; }
p { color: rgb(236,198,238); }
H1.HeaderClassName
{
color: #ECC6EE;
}
.AnyTagClassName
{
color: #ECC6EE;
}
</style>
background-color css
<style>
a { background-color: #ECC6EE; }
a { background-color: rgb(236,198,238); }
div.DivClassName
{
background-color: #ECC6EE;
}
.BgClassName
{
background-color: #ECC6EE;
}
</style>
border-color css
<style>
span { border-color: #ECC6EE; }
span { border-color: rgb(236,198,238); }
td.TdClassName
{
border-color: #ECC6EE;
}
.TagClassName
{
border-color: #ECC6EE;
}
</style>