Shades of Snuff #ECE5EA
Tints of Snuff #ECE5EA
RGB
CMYK
RGB Variations
Color information
#ECE5EA (or 0xECE5EA) is known color: Snuff. HEX triplet: EC, E5 and EA. RGB value is (236,229,234). Sum of RGB (Red+Green+Blue) = 236+229+234=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5EA is #131A15. Grayscale: #E7E7E7. Windows color (decimal): -1251862 or 15394284. OLE color: 15394284.
HSL color Cylindrical-coordinate representation of color #ECE5EA: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE5EA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 234 | - |
CMYK | 0 | 0.03 | 0.01 | 0.07 |
HSL | 317.14º | 0.16% | 0.91% | - |
HSV(B) | 317.14º | 0.03% | 0.93% | - |
XYZ | 77.46 | 79.81 | 89.16 | - |
YUV | 231.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 234 | 0 | 0.03 | 0.01 | 0.07 | 317.14 | 0.16 | 0.91 |
Hex | EC | E5 | EA | 0 | 3 | 1 | 7 | 13D | 10 | 5B |
Octal | 354 | 345 | 352 | 0 | 3 | 1 | 7 | 475 | 20 | 133 |
Binary | 11101100 | 11100101 | 11101010 | 0 | 11 | 1 | 111 | 100111101 | 10000 | 1011011 |
Color Harmonies of #ECE5EA
Complementary color
Monochromatic Colors of #ECE5EA
Black with #ECE5EA
Text Example
Text Example
White with #ECE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5EA; }
p { color: rgb(236,229,234); }
H1.HeaderClassName
{
color: #ECE5EA;
}
.AnyTagClassName
{
color: #ECE5EA;
}
</style>
background-color css
<style>
a { background-color: #ECE5EA; }
a { background-color: rgb(236,229,234); }
div.DivClassName
{
background-color: #ECE5EA;
}
.BgClassName
{
background-color: #ECE5EA;
}
</style>
border-color css
<style>
span { border-color: #ECE5EA; }
span { border-color: rgb(236,229,234); }
td.TdClassName
{
border-color: #ECE5EA;
}
.TagClassName
{
border-color: #ECE5EA;
}
</style>