Shades of Snuff #ECCCF1
Tints of Snuff #ECCCF1
RGB
CMYK
RGB Variations
Color information
#ECCCF1 (or 0xECCCF1) is known color: Snuff. HEX triplet: EC, CC and F1. RGB value is (236,204,241). Sum of RGB (Red+Green+Blue) = 236+204+241=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECCCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF1 is #13330E. Grayscale: #D9D9D9. Windows color (decimal): -1258255 or 15846636. OLE color: 15846636.
HSL color Cylindrical-coordinate representation of color #ECCCF1: hue angle of 291.89º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCCF1 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 204 | 241 | - |
CMYK | 0.02 | 0.15 | 0 | 0.05 |
HSL | 291.89º | 0.57% | 0.87% | - |
HSV(B) | 291.89º | 0.15% | 0.95% | - |
XYZ | 72.06 | 67.37 | 92.42 | - |
YUV | 217.79 | 141.1 | 140.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 241 | 0.02 | 0.15 | 0 | 0.05 | 291.89 | 0.57 | 0.87 |
Hex | EC | CC | F1 | 2 | F | 0 | 5 | 124 | 39 | 57 |
Octal | 354 | 314 | 361 | 2 | 17 | 0 | 5 | 444 | 71 | 127 |
Binary | 11101100 | 11001100 | 11110001 | 10 | 1111 | 0 | 101 | 100100100 | 111001 | 1010111 |
Color Harmonies of #ECCCF1
Complementary color
Monochromatic Colors of #ECCCF1
Black with #ECCCF1
Text Example
Text Example
White with #ECCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCF1; }
p { color: rgb(236,204,241); }
H1.HeaderClassName
{
color: #ECCCF1;
}
.AnyTagClassName
{
color: #ECCCF1;
}
</style>
background-color css
<style>
a { background-color: #ECCCF1; }
a { background-color: rgb(236,204,241); }
div.DivClassName
{
background-color: #ECCCF1;
}
.BgClassName
{
background-color: #ECCCF1;
}
</style>
border-color css
<style>
span { border-color: #ECCCF1; }
span { border-color: rgb(236,204,241); }
td.TdClassName
{
border-color: #ECCCF1;
}
.TagClassName
{
border-color: #ECCCF1;
}
</style>