Shades of Snuff #ECE0EB
Tints of Snuff #ECE0EB
RGB
CMYK
RGB Variations
Color information
#ECE0EB (or 0xECE0EB) is known color: Snuff. HEX triplet: EC, E0 and EB. RGB value is (236,224,235). Sum of RGB (Red+Green+Blue) = 236+224+235=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0EB is #131F14. Grayscale: #E4E4E4. Windows color (decimal): -1253141 or 15458540. OLE color: 15458540.
HSL color Cylindrical-coordinate representation of color #ECE0EB: hue angle of 305º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE0EB is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 235 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.07 |
| HSL | 305º | 0.24% | 0.9% | - |
| HSV(B) | 305º | 0.05% | 0.93% | - |
| XYZ | 76.24 | 77.14 | 89.47 | - |
| YUV | 228.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 235 | 0 | 0.05 | 0.00 | 0.07 | 305 | 0.24 | 0.9 |
| Hex | EC | E0 | EB | 0 | 5 | 0 | 7 | 131 | 18 | 5A |
| Octal | 354 | 340 | 353 | 0 | 5 | 0 | 7 | 461 | 30 | 132 |
| Binary | 11101100 | 11100000 | 11101011 | 0 | 101 | 0 | 111 | 100110001 | 11000 | 1011010 |
Color Harmonies of #ECE0EB
Complementary color
Monochromatic Colors of #ECE0EB
Black with #ECE0EB
Text Example
Text Example
White with #ECE0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0EB; }
p { color: rgb(236,224,235); }
H1.HeaderClassName
{
color: #ECE0EB;
}
.AnyTagClassName
{
color: #ECE0EB;
}
</style>
background-color css
<style>
a { background-color: #ECE0EB; }
a { background-color: rgb(236,224,235); }
div.DivClassName
{
background-color: #ECE0EB;
}
.BgClassName
{
background-color: #ECE0EB;
}
</style>
border-color css
<style>
span { border-color: #ECE0EB; }
span { border-color: rgb(236,224,235); }
td.TdClassName
{
border-color: #ECE0EB;
}
.TagClassName
{
border-color: #ECE0EB;
}
</style>