Shades of Snuff #ECE2EA
Tints of Snuff #ECE2EA
RGB
CMYK
RGB Variations
Color information
#ECE2EA (or 0xECE2EA) is known color: Snuff. HEX triplet: EC, E2 and EA. RGB value is (236,226,234). Sum of RGB (Red+Green+Blue) = 236+226+234=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2EA is #131D15. Grayscale: #E5E5E5. Windows color (decimal): -1252630 or 15393516. OLE color: 15393516.
HSL color Cylindrical-coordinate representation of color #ECE2EA: hue angle of 312º 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 #ECE2EA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 234 | - |
CMYK | 0 | 0.04 | 0.01 | 0.07 |
HSL | 312º | 0.21% | 0.91% | - |
HSV(B) | 312º | 0.04% | 0.93% | - |
XYZ | 76.64 | 78.17 | 88.89 | - |
YUV | 229.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 234 | 0 | 0.04 | 0.01 | 0.07 | 312 | 0.21 | 0.91 |
Hex | EC | E2 | EA | 0 | 4 | 1 | 7 | 138 | 15 | 5B |
Octal | 354 | 342 | 352 | 0 | 4 | 1 | 7 | 470 | 25 | 133 |
Binary | 11101100 | 11100010 | 11101010 | 0 | 100 | 1 | 111 | 100111000 | 10101 | 1011011 |
Color Harmonies of #ECE2EA
Complementary color
Monochromatic Colors of #ECE2EA
Black with #ECE2EA
Text Example
Text Example
White with #ECE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2EA; }
p { color: rgb(236,226,234); }
H1.HeaderClassName
{
color: #ECE2EA;
}
.AnyTagClassName
{
color: #ECE2EA;
}
</style>
background-color css
<style>
a { background-color: #ECE2EA; }
a { background-color: rgb(236,226,234); }
div.DivClassName
{
background-color: #ECE2EA;
}
.BgClassName
{
background-color: #ECE2EA;
}
</style>
border-color css
<style>
span { border-color: #ECE2EA; }
span { border-color: rgb(236,226,234); }
td.TdClassName
{
border-color: #ECE2EA;
}
.TagClassName
{
border-color: #ECE2EA;
}
</style>