Shades of Snuff #ECBFEC
Tints of Snuff #ECBFEC
RGB
CMYK
RGB Variations
Color information
#ECBFEC (or 0xECBFEC) is known color: Snuff. HEX triplet: EC, BF and EC. RGB value is (236,191,236). Sum of RGB (Red+Green+Blue) = 236+191+236=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFEC is #134013. Grayscale: #D1D1D1. Windows color (decimal): -1261588 or 15515628. OLE color: 15515628.
HSL color Cylindrical-coordinate representation of color #ECBFEC: hue angle of 300º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFEC is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 191 | 236 | - |
CMYK | 0 | 0.19 | 0 | 0.07 |
HSL | 300º | 0.54% | 0.84% | - |
HSV(B) | 300º | 0.19% | 0.93% | - |
XYZ | 68.36 | 61.15 | 87.56 | - |
YUV | 209.59 | 142.91 | 146.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 191 | 236 | 0 | 0.19 | 0 | 0.07 | 300 | 0.54 | 0.84 |
Hex | EC | BF | EC | 0 | 13 | 0 | 7 | 12C | 36 | 54 |
Octal | 354 | 277 | 354 | 0 | 23 | 0 | 7 | 454 | 66 | 124 |
Binary | 11101100 | 10111111 | 11101100 | 0 | 10011 | 0 | 111 | 100101100 | 110110 | 1010100 |
Color Harmonies of #ECBFEC
Complementary color
Monochromatic Colors of #ECBFEC
Black with #ECBFEC
Text Example
Text Example
White with #ECBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFEC; }
p { color: rgb(236,191,236); }
H1.HeaderClassName
{
color: #ECBFEC;
}
.AnyTagClassName
{
color: #ECBFEC;
}
</style>
background-color css
<style>
a { background-color: #ECBFEC; }
a { background-color: rgb(236,191,236); }
div.DivClassName
{
background-color: #ECBFEC;
}
.BgClassName
{
background-color: #ECBFEC;
}
</style>
border-color css
<style>
span { border-color: #ECBFEC; }
span { border-color: rgb(236,191,236); }
td.TdClassName
{
border-color: #ECBFEC;
}
.TagClassName
{
border-color: #ECBFEC;
}
</style>