Shades of Snuff #ECC8E7
Tints of Snuff #ECC8E7
RGB
CMYK
RGB Variations
Color information
#ECC8E7 (or 0xECC8E7) is known color: Snuff. HEX triplet: EC, C8 and E7. RGB value is (236,200,231). Sum of RGB (Red+Green+Blue) = 236+200+231=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8E7 is #133718. Grayscale: #D6D6D6. Windows color (decimal): -1259289 or 15190252. OLE color: 15190252.
HSL color Cylindrical-coordinate representation of color #ECC8E7: hue angle of 308.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8E7 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 231 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.07 |
| HSL | 308.33º | 0.49% | 0.85% | - |
| HSV(B) | 308.33º | 0.15% | 0.93% | - |
| XYZ | 69.67 | 64.91 | 84.46 | - |
| YUV | 214.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 231 | 0 | 0.15 | 0.02 | 0.07 | 308.33 | 0.49 | 0.85 |
| Hex | EC | C8 | E7 | 0 | F | 2 | 7 | 134 | 31 | 55 |
| Octal | 354 | 310 | 347 | 0 | 17 | 2 | 7 | 464 | 61 | 125 |
| Binary | 11101100 | 11001000 | 11100111 | 0 | 1111 | 10 | 111 | 100110100 | 110001 | 1010101 |
Color Harmonies of #ECC8E7
Complementary color
Monochromatic Colors of #ECC8E7
Black with #ECC8E7
Text Example
Text Example
White with #ECC8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8E7; }
p { color: rgb(236,200,231); }
H1.HeaderClassName
{
color: #ECC8E7;
}
.AnyTagClassName
{
color: #ECC8E7;
}
</style>
background-color css
<style>
a { background-color: #ECC8E7; }
a { background-color: rgb(236,200,231); }
div.DivClassName
{
background-color: #ECC8E7;
}
.BgClassName
{
background-color: #ECC8E7;
}
</style>
border-color css
<style>
span { border-color: #ECC8E7; }
span { border-color: rgb(236,200,231); }
td.TdClassName
{
border-color: #ECC8E7;
}
.TagClassName
{
border-color: #ECC8E7;
}
</style>