Shades of Snuff #ECC8EE
Tints of Snuff #ECC8EE
RGB
CMYK
RGB Variations
Color information
#ECC8EE (or 0xECC8EE) is known color: Snuff. HEX triplet: EC, C8 and EE. RGB value is (236,200,238). Sum of RGB (Red+Green+Blue) = 236+200+238=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8EE is #133711. Grayscale: #D6D6D6. Windows color (decimal): -1259282 or 15649004. OLE color: 15649004.
HSL color Cylindrical-coordinate representation of color #ECC8EE: hue angle of 296.84º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC8EE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 238 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.07 |
| HSL | 296.84º | 0.53% | 0.86% | - |
| HSV(B) | 296.84º | 0.16% | 0.93% | - |
| XYZ | 70.68 | 65.31 | 89.77 | - |
| YUV | 215.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 238 | 0.01 | 0.16 | 0 | 0.07 | 296.84 | 0.53 | 0.86 |
| Hex | EC | C8 | EE | 1 | 10 | 0 | 7 | 129 | 35 | 56 |
| Octal | 354 | 310 | 356 | 1 | 20 | 0 | 7 | 451 | 65 | 126 |
| Binary | 11101100 | 11001000 | 11101110 | 1 | 10000 | 0 | 111 | 100101001 | 110101 | 1010110 |
Color Harmonies of #ECC8EE
Complementary color
Monochromatic Colors of #ECC8EE
Black with #ECC8EE
Text Example
Text Example
White with #ECC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8EE; }
p { color: rgb(236,200,238); }
H1.HeaderClassName
{
color: #ECC8EE;
}
.AnyTagClassName
{
color: #ECC8EE;
}
</style>
background-color css
<style>
a { background-color: #ECC8EE; }
a { background-color: rgb(236,200,238); }
div.DivClassName
{
background-color: #ECC8EE;
}
.BgClassName
{
background-color: #ECC8EE;
}
</style>
border-color css
<style>
span { border-color: #ECC8EE; }
span { border-color: rgb(236,200,238); }
td.TdClassName
{
border-color: #ECC8EE;
}
.TagClassName
{
border-color: #ECC8EE;
}
</style>