Shades of Snuff #ECDCEC
Tints of Snuff #ECDCEC
RGB
CMYK
RGB Variations
Color information
#ECDCEC (or 0xECDCEC) is known color: Snuff. HEX triplet: EC, DC and EC. RGB value is (236,220,236). Sum of RGB (Red+Green+Blue) = 236+220+236=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCEC is #132313. Grayscale: #E2E2E2. Windows color (decimal): -1254164 or 15523052. OLE color: 15523052.
HSL color Cylindrical-coordinate representation of color #ECDCEC: hue angle of 300º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDCEC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 220 | 236 | - |
CMYK | 0 | 0.07 | 0 | 0.07 |
HSL | 300º | 0.3% | 0.89% | - |
HSV(B) | 300º | 0.07% | 0.93% | - |
XYZ | 75.33 | 75.08 | 89.88 | - |
YUV | 226.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 236 | 0 | 0.07 | 0 | 0.07 | 300 | 0.3 | 0.89 |
Hex | EC | DC | EC | 0 | 7 | 0 | 7 | 12C | 1E | 59 |
Octal | 354 | 334 | 354 | 0 | 7 | 0 | 7 | 454 | 36 | 131 |
Binary | 11101100 | 11011100 | 11101100 | 0 | 111 | 0 | 111 | 100101100 | 11110 | 1011001 |
Color Harmonies of #ECDCEC
Complementary color
Monochromatic Colors of #ECDCEC
Black with #ECDCEC
Text Example
Text Example
White with #ECDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCEC; }
p { color: rgb(236,220,236); }
H1.HeaderClassName
{
color: #ECDCEC;
}
.AnyTagClassName
{
color: #ECDCEC;
}
</style>
background-color css
<style>
a { background-color: #ECDCEC; }
a { background-color: rgb(236,220,236); }
div.DivClassName
{
background-color: #ECDCEC;
}
.BgClassName
{
background-color: #ECDCEC;
}
</style>
border-color css
<style>
span { border-color: #ECDCEC; }
span { border-color: rgb(236,220,236); }
td.TdClassName
{
border-color: #ECDCEC;
}
.TagClassName
{
border-color: #ECDCEC;
}
</style>