Shades of Snuff #ECE1E9
Tints of Snuff #ECE1E9
RGB
CMYK
RGB Variations
Color information
#ECE1E9 (or 0xECE1E9) is known color: Snuff. HEX triplet: EC, E1 and E9. RGB value is (236,225,233). Sum of RGB (Red+Green+Blue) = 236+225+233=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1E9 is #131E16. Grayscale: #E5E5E5. Windows color (decimal): -1252887 or 15327724. OLE color: 15327724.
HSL color Cylindrical-coordinate representation of color #ECE1E9: hue angle of 316.36º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE1E9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 225 | 233 | - |
CMYK | 0 | 0.05 | 0.01 | 0.07 |
HSL | 316.36º | 0.22% | 0.9% | - |
HSV(B) | 316.36º | 0.05% | 0.93% | - |
XYZ | 76.23 | 77.57 | 88.05 | - |
YUV | 229.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 225 | 233 | 0 | 0.05 | 0.01 | 0.07 | 316.36 | 0.22 | 0.9 |
Hex | EC | E1 | E9 | 0 | 5 | 1 | 7 | 13C | 16 | 5A |
Octal | 354 | 341 | 351 | 0 | 5 | 1 | 7 | 474 | 26 | 132 |
Binary | 11101100 | 11100001 | 11101001 | 0 | 101 | 1 | 111 | 100111100 | 10110 | 1011010 |
Color Harmonies of #ECE1E9
Complementary color
Monochromatic Colors of #ECE1E9
Black with #ECE1E9
Text Example
Text Example
White with #ECE1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1E9; }
p { color: rgb(236,225,233); }
H1.HeaderClassName
{
color: #ECE1E9;
}
.AnyTagClassName
{
color: #ECE1E9;
}
</style>
background-color css
<style>
a { background-color: #ECE1E9; }
a { background-color: rgb(236,225,233); }
div.DivClassName
{
background-color: #ECE1E9;
}
.BgClassName
{
background-color: #ECE1E9;
}
</style>
border-color css
<style>
span { border-color: #ECE1E9; }
span { border-color: rgb(236,225,233); }
td.TdClassName
{
border-color: #ECE1E9;
}
.TagClassName
{
border-color: #ECE1E9;
}
</style>