Shades of Snuff #ECDBEC
Tints of Snuff #ECDBEC
RGB
CMYK
RGB Variations
Color information
#ECDBEC (or 0xECDBEC) is known color: Snuff. HEX triplet: EC, DB and EC. RGB value is (236,219,236). Sum of RGB (Red+Green+Blue) = 236+219+236=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEC is #132413. Grayscale: #E1E1E1. Windows color (decimal): -1254420 or 15522796. OLE color: 15522796.
HSL color Cylindrical-coordinate representation of color #ECDBEC: hue angle of 300º degrees, saturation: 0.31, 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 #ECDBEC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 236 | - |
CMYK | 0 | 0.07 | 0 | 0.07 |
HSL | 300º | 0.31% | 0.89% | - |
HSV(B) | 300º | 0.07% | 0.93% | - |
XYZ | 75.06 | 74.55 | 89.79 | - |
YUV | 226.02 | 133.63 | 135.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 236 | 0 | 0.07 | 0 | 0.07 | 300 | 0.31 | 0.89 |
Hex | EC | DB | EC | 0 | 7 | 0 | 7 | 12C | 1F | 59 |
Octal | 354 | 333 | 354 | 0 | 7 | 0 | 7 | 454 | 37 | 131 |
Binary | 11101100 | 11011011 | 11101100 | 0 | 111 | 0 | 111 | 100101100 | 11111 | 1011001 |
Color Harmonies of #ECDBEC
Complementary color
Monochromatic Colors of #ECDBEC
Black with #ECDBEC
Text Example
Text Example
White with #ECDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBEC; }
p { color: rgb(236,219,236); }
H1.HeaderClassName
{
color: #ECDBEC;
}
.AnyTagClassName
{
color: #ECDBEC;
}
</style>
background-color css
<style>
a { background-color: #ECDBEC; }
a { background-color: rgb(236,219,236); }
div.DivClassName
{
background-color: #ECDBEC;
}
.BgClassName
{
background-color: #ECDBEC;
}
</style>
border-color css
<style>
span { border-color: #ECDBEC; }
span { border-color: rgb(236,219,236); }
td.TdClassName
{
border-color: #ECDBEC;
}
.TagClassName
{
border-color: #ECDBEC;
}
</style>