Shades of Snuff #ECCCF2
Tints of Snuff #ECCCF2
RGB
CMYK
RGB Variations
Color information
#ECCCF2 (or 0xECCCF2) is known color: Snuff. HEX triplet: EC, CC and F2. RGB value is (236,204,242). Sum of RGB (Red+Green+Blue) = 236+204+242=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF2 is #13330D. Grayscale: #D9D9D9. Windows color (decimal): -1258254 or 15912172. OLE color: 15912172.
HSL color Cylindrical-coordinate representation of color #ECCCF2: hue angle of 290.53º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCCF2 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 204 | 242 | - |
CMYK | 0.02 | 0.16 | 0 | 0.05 |
HSL | 290.53º | 0.59% | 0.87% | - |
HSV(B) | 290.53º | 0.16% | 0.95% | - |
XYZ | 72.21 | 67.43 | 93.21 | - |
YUV | 217.9 | 141.6 | 140.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 242 | 0.02 | 0.16 | 0 | 0.05 | 290.53 | 0.59 | 0.87 |
Hex | EC | CC | F2 | 2 | 10 | 0 | 5 | 123 | 3B | 57 |
Octal | 354 | 314 | 362 | 2 | 20 | 0 | 5 | 443 | 73 | 127 |
Binary | 11101100 | 11001100 | 11110010 | 10 | 10000 | 0 | 101 | 100100011 | 111011 | 1010111 |
Color Harmonies of #ECCCF2
Complementary color
Monochromatic Colors of #ECCCF2
Black with #ECCCF2
Text Example
Text Example
White with #ECCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCF2; }
p { color: rgb(236,204,242); }
H1.HeaderClassName
{
color: #ECCCF2;
}
.AnyTagClassName
{
color: #ECCCF2;
}
</style>
background-color css
<style>
a { background-color: #ECCCF2; }
a { background-color: rgb(236,204,242); }
div.DivClassName
{
background-color: #ECCCF2;
}
.BgClassName
{
background-color: #ECCCF2;
}
</style>
border-color css
<style>
span { border-color: #ECCCF2; }
span { border-color: rgb(236,204,242); }
td.TdClassName
{
border-color: #ECCCF2;
}
.TagClassName
{
border-color: #ECCCF2;
}
</style>