Shades of Snuff #ECE2E9
Tints of Snuff #ECE2E9
RGB
CMYK
RGB Variations
Color information
#ECE2E9 (or 0xECE2E9) is known color: Snuff. HEX triplet: EC, E2 and E9. RGB value is (236,226,233). Sum of RGB (Red+Green+Blue) = 236+226+233=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2E9 is #131D16. Grayscale: #E5E5E5. Windows color (decimal): -1252631 or 15327980. OLE color: 15327980.
HSL color Cylindrical-coordinate representation of color #ECE2E9: hue angle of 318º degrees, saturation: 0.21, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECE2E9 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 233 | - |
CMYK | 0 | 0.04 | 0.01 | 0.07 |
HSL | 318º | 0.21% | 0.91% | - |
HSV(B) | 318º | 0.04% | 0.93% | - |
XYZ | 76.5 | 78.11 | 88.14 | - |
YUV | 229.79 | 129.81 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 233 | 0 | 0.04 | 0.01 | 0.07 | 318 | 0.21 | 0.91 |
Hex | EC | E2 | E9 | 0 | 4 | 1 | 7 | 13E | 15 | 5B |
Octal | 354 | 342 | 351 | 0 | 4 | 1 | 7 | 476 | 25 | 133 |
Binary | 11101100 | 11100010 | 11101001 | 0 | 100 | 1 | 111 | 100111110 | 10101 | 1011011 |
Color Harmonies of #ECE2E9
Complementary color
Monochromatic Colors of #ECE2E9
Black with #ECE2E9
Text Example
Text Example
White with #ECE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2E9; }
p { color: rgb(236,226,233); }
H1.HeaderClassName
{
color: #ECE2E9;
}
.AnyTagClassName
{
color: #ECE2E9;
}
</style>
background-color css
<style>
a { background-color: #ECE2E9; }
a { background-color: rgb(236,226,233); }
div.DivClassName
{
background-color: #ECE2E9;
}
.BgClassName
{
background-color: #ECE2E9;
}
</style>
border-color css
<style>
span { border-color: #ECE2E9; }
span { border-color: rgb(236,226,233); }
td.TdClassName
{
border-color: #ECE2E9;
}
.TagClassName
{
border-color: #ECE2E9;
}
</style>