Shades of Snuff #ECCFEC
Tints of Snuff #ECCFEC
RGB
CMYK
RGB Variations
Color information
#ECCFEC (or 0xECCFEC) is known color: Snuff. HEX triplet: EC, CF and EC. RGB value is (236,207,236). Sum of RGB (Red+Green+Blue) = 236+207+236=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFEC is #133013. Grayscale: #DADADA. Windows color (decimal): -1257492 or 15519724. OLE color: 15519724.
HSL color Cylindrical-coordinate representation of color #ECCFEC: hue angle of 300º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFEC is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 236 | - |
CMYK | 0 | 0.12 | 0 | 0.07 |
HSL | 300º | 0.43% | 0.87% | - |
HSV(B) | 300º | 0.12% | 0.93% | - |
XYZ | 72.05 | 68.51 | 88.78 | - |
YUV | 218.98 | 137.61 | 140.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 236 | 0 | 0.12 | 0 | 0.07 | 300 | 0.43 | 0.87 |
Hex | EC | CF | EC | 0 | C | 0 | 7 | 12C | 2B | 57 |
Octal | 354 | 317 | 354 | 0 | 14 | 0 | 7 | 454 | 53 | 127 |
Binary | 11101100 | 11001111 | 11101100 | 0 | 1100 | 0 | 111 | 100101100 | 101011 | 1010111 |
Color Harmonies of #ECCFEC
Complementary color
Monochromatic Colors of #ECCFEC
Black with #ECCFEC
Text Example
Text Example
White with #ECCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFEC; }
p { color: rgb(236,207,236); }
H1.HeaderClassName
{
color: #ECCFEC;
}
.AnyTagClassName
{
color: #ECCFEC;
}
</style>
background-color css
<style>
a { background-color: #ECCFEC; }
a { background-color: rgb(236,207,236); }
div.DivClassName
{
background-color: #ECCFEC;
}
.BgClassName
{
background-color: #ECCFEC;
}
</style>
border-color css
<style>
span { border-color: #ECCFEC; }
span { border-color: rgb(236,207,236); }
td.TdClassName
{
border-color: #ECCFEC;
}
.TagClassName
{
border-color: #ECCFEC;
}
</style>