Shades of Snuff #ECBCF1
Tints of Snuff #ECBCF1
RGB
CMYK
RGB Variations
Color information
#ECBCF1 (or 0xECBCF1) is known color: Snuff. HEX triplet: EC, BC and F1. RGB value is (236,188,241). Sum of RGB (Red+Green+Blue) = 236+188+241=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCF1 is #13430E. Grayscale: #D0D0D0. Windows color (decimal): -1262351 or 15842540. OLE color: 15842540.
HSL color Cylindrical-coordinate representation of color #ECBCF1: hue angle of 294.34º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBCF1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 188 | 241 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 294.34º | 0.65% | 0.84% | - |
| HSV(B) | 294.34º | 0.22% | 0.95% | - |
| XYZ | 68.45 | 60.15 | 91.22 | - |
| YUV | 208.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 241 | 0.02 | 0.22 | 0 | 0.05 | 294.34 | 0.65 | 0.84 |
| Hex | EC | BC | F1 | 2 | 16 | 0 | 5 | 126 | 41 | 54 |
| Octal | 354 | 274 | 361 | 2 | 26 | 0 | 5 | 446 | 101 | 124 |
| Binary | 11101100 | 10111100 | 11110001 | 10 | 10110 | 0 | 101 | 100100110 | 1000001 | 1010100 |
Color Harmonies of #ECBCF1
Complementary color
Monochromatic Colors of #ECBCF1
Black with #ECBCF1
Text Example
Text Example
White with #ECBCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCF1; }
p { color: rgb(236,188,241); }
H1.HeaderClassName
{
color: #ECBCF1;
}
.AnyTagClassName
{
color: #ECBCF1;
}
</style>
background-color css
<style>
a { background-color: #ECBCF1; }
a { background-color: rgb(236,188,241); }
div.DivClassName
{
background-color: #ECBCF1;
}
.BgClassName
{
background-color: #ECBCF1;
}
</style>
border-color css
<style>
span { border-color: #ECBCF1; }
span { border-color: rgb(236,188,241); }
td.TdClassName
{
border-color: #ECBCF1;
}
.TagClassName
{
border-color: #ECBCF1;
}
</style>