Shades of Snuff #ECE3EA
Tints of Snuff #ECE3EA
RGB
CMYK
RGB Variations
Color information
#ECE3EA (or 0xECE3EA) is known color: Snuff. HEX triplet: EC, E3 and EA. RGB value is (236,227,234). Sum of RGB (Red+Green+Blue) = 236+227+234=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 227 (89.06% from 255 or 32.57% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3EA is #131C15. Grayscale: #E6E6E6. Windows color (decimal): -1252374 or 15393772. OLE color: 15393772.
HSL color Cylindrical-coordinate representation of color #ECE3EA: hue angle of 313.33º degrees, saturation: 0.19, 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 #ECE3EA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 227 | 234 | - |
CMYK | 0 | 0.04 | 0.01 | 0.07 |
HSL | 313.33º | 0.19% | 0.91% | - |
HSV(B) | 313.33º | 0.04% | 0.93% | - |
XYZ | 76.91 | 78.71 | 88.98 | - |
YUV | 230.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 234 | 0 | 0.04 | 0.01 | 0.07 | 313.33 | 0.19 | 0.91 |
Hex | EC | E3 | EA | 0 | 4 | 1 | 7 | 139 | 13 | 5B |
Octal | 354 | 343 | 352 | 0 | 4 | 1 | 7 | 471 | 23 | 133 |
Binary | 11101100 | 11100011 | 11101010 | 0 | 100 | 1 | 111 | 100111001 | 10011 | 1011011 |
Color Harmonies of #ECE3EA
Complementary color
Monochromatic Colors of #ECE3EA
Black with #ECE3EA
Text Example
Text Example
White with #ECE3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3EA; }
p { color: rgb(236,227,234); }
H1.HeaderClassName
{
color: #ECE3EA;
}
.AnyTagClassName
{
color: #ECE3EA;
}
</style>
background-color css
<style>
a { background-color: #ECE3EA; }
a { background-color: rgb(236,227,234); }
div.DivClassName
{
background-color: #ECE3EA;
}
.BgClassName
{
background-color: #ECE3EA;
}
</style>
border-color css
<style>
span { border-color: #ECE3EA; }
span { border-color: rgb(236,227,234); }
td.TdClassName
{
border-color: #ECE3EA;
}
.TagClassName
{
border-color: #ECE3EA;
}
</style>