Shades of Snuff #ECE4EA
Tints of Snuff #ECE4EA
RGB
CMYK
RGB Variations
Color information
#ECE4EA (or 0xECE4EA) is known color: Snuff. HEX triplet: EC, E4 and EA. RGB value is (236,228,234). Sum of RGB (Red+Green+Blue) = 236+228+234=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4EA is #131B15. Grayscale: #E7E7E7. Windows color (decimal): -1252118 or 15394028. OLE color: 15394028.
HSL color Cylindrical-coordinate representation of color #ECE4EA: hue angle of 315º degrees, saturation: 0.17, 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 #ECE4EA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 234 | - |
CMYK | 0 | 0.03 | 0.01 | 0.07 |
HSL | 315º | 0.17% | 0.91% | - |
HSV(B) | 315º | 0.03% | 0.93% | - |
XYZ | 77.19 | 79.26 | 89.07 | - |
YUV | 231.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 234 | 0 | 0.03 | 0.01 | 0.07 | 315 | 0.17 | 0.91 |
Hex | EC | E4 | EA | 0 | 3 | 1 | 7 | 13B | 11 | 5B |
Octal | 354 | 344 | 352 | 0 | 3 | 1 | 7 | 473 | 21 | 133 |
Binary | 11101100 | 11100100 | 11101010 | 0 | 11 | 1 | 111 | 100111011 | 10001 | 1011011 |
Color Harmonies of #ECE4EA
Complementary color
Monochromatic Colors of #ECE4EA
Black with #ECE4EA
Text Example
Text Example
White with #ECE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4EA; }
p { color: rgb(236,228,234); }
H1.HeaderClassName
{
color: #ECE4EA;
}
.AnyTagClassName
{
color: #ECE4EA;
}
</style>
background-color css
<style>
a { background-color: #ECE4EA; }
a { background-color: rgb(236,228,234); }
div.DivClassName
{
background-color: #ECE4EA;
}
.BgClassName
{
background-color: #ECE4EA;
}
</style>
border-color css
<style>
span { border-color: #ECE4EA; }
span { border-color: rgb(236,228,234); }
td.TdClassName
{
border-color: #ECE4EA;
}
.TagClassName
{
border-color: #ECE4EA;
}
</style>